-
Notifications
You must be signed in to change notification settings - Fork 2
04 Environment Variables
Brady Mitchell edited this page Apr 18, 2024
·
2 revisions
Ensure the following environment variables are defined on the container.
CSS_API_CLIENT_ID= # CSS Account client id, different from SSO integration client id.
CSS_API_CLIENT_SECRET= # CSS Account client secret, different from SSO integration client secret.
SSO_INTEGRATION_ID= # Found in CSS dashboard as 'Request ID' under 'Integrations'.
SSO_ENVIRONMENT= # 'dev', 'test', or 'prod'.
# By default, set to 'dev'.
CSS_API_URL= # (optional) The css api url for making the requests.
# By default, set to 'https://api.loginproxy.gov.bc.ca/api/v1'.
DEBUG= # (optional) Set to 'true' to get useful debug statements in api console.
VERBOSE_DEBUG= # (optional) Set to 'true' to get extra details from DEBUG.
Return Home
Previous Page - Quick Start Guide
Next Page - Module Exports