From 0f9a527b2a2bfab60d8e708c60560f17b0a1005d Mon Sep 17 00:00:00 2001 From: VineetBala-AOT Date: Tue, 6 Feb 2024 10:09:14 -0800 Subject: [PATCH] Updating comments on sample env --- met-cron/sample.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/met-cron/sample.env b/met-cron/sample.env index f85836101..e245702b5 100644 --- a/met-cron/sample.env +++ b/met-cron/sample.env @@ -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="met-example@gov.bc.ca" + # 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=