-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef8aaa3
commit 0f9a527
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ TESTING= # Handle errors normally (False) or raise exceptions (True) | |
|
||
# Miscellaneous Settings | ||
SECRET_KEY="" # For Flask sessions. If unset, this value is randomized | ||
# disables certain checks for user permissions and tenant access. Buggy. | ||
IS_SINGLE_TENANT_ENVIRONMENT=false | ||
USE_TEST_KEYCLOAK_DOCKER=false | ||
USE_DOCKER_MOCK=false | ||
|
@@ -32,7 +31,6 @@ JWT_OIDC_ISSUER="" # default: constructed from base url and realm name | |
JWT_OIDC_WELL_KNOWN_CONFIG="" # default: constructed from issuer | ||
JWT_OIDC_JWKS_URI="" # default: constructed from issuer | ||
# Object path to access roles from JWT token | ||
# JWT_OIDC_ROLE_CLAIM=realm_access.roles # SSO schema | ||
JWT_OIDC_ROLE_CLAIM=client_roles # Keycloak schema | ||
JWT_OIDC_CACHING_ENABLED=true # Enable caching of JWKS. | ||
JWT_OIDC_JWKS_CACHE_TIMEOUT=300 # Timeout for JWKS cache in seconds. | ||
|
@@ -53,8 +51,10 @@ NOTIFICATIONS_EMAIL_ENDPOINT=https://met-notify-api-dev.apps.gold.devops.gov.bc. | |
EMAIL_SECRET_KEY="notASecureKey" # If unset, this value is randomized | ||
EMAIL_ENVIRONMENT= | ||
EMAIL_FROM_ADDRESS="[email protected]" | ||
|
||
# Email Template Configuration | ||
# Subject lines have a reasonable default value | ||
# Default values for subject lines are provided as a reasonable starting point. | ||
# If you need to customize email subjects, kindly update the relevant values in the subject lines. | ||
CLOSEOUT_EMAIL_TEMPLATE_ID= | ||
CLOSEOUT_EMAIL_SUBJECT= | ||
CLOSING_SOON_EMAIL_TEMPLATE_ID= | ||
|