Skip to content

Commit

Permalink
Updating comments on sample env
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetBala-AOT committed Feb 6, 2024
1 parent ef8aaa3 commit 0f9a527
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions met-cron/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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=
Expand Down

0 comments on commit 0f9a527

Please sign in to comment.