Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Switch on maintenance mode for all envs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcUsher committed Jul 25, 2024
1 parent 14a2c79 commit e5e72ed
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions copilot/submit/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@ network:
# Optional fields for more advanced use-cases.
#
variables: # Pass environment variables as key value pairs.
LOG_LEVEL: info
DATA_STORE_API_HOST: 'http://data-store:8080'
FLASK_ENV: ${COPILOT_ENVIRONMENT_NAME}
# Sentry DSN is OK to be public see: https://docs.sentry.io/product/sentry-basics/dsn-explainer/#dsn-utilization
SENTRY_DSN: https://898d360e2f9146a3f341227637bb15a0@o1432034.ingest.sentry.io/4505884669509632
LOG_LEVEL: info
DATA_STORE_API_HOST: 'http://data-store:8080'
FLASK_ENV: ${COPILOT_ENVIRONMENT_NAME}
# Sentry DSN is OK to be public see: https://docs.sentry.io/product/sentry-basics/dsn-explainer/#dsn-utilization
SENTRY_DSN: https://898d360e2f9146a3f341227637bb15a0@o1432034.ingest.sentry.io/4505884669509632
MAINTENANCE_MODE: true
MAINTENANCE_ENDS_FROM: "5pm on Thursday 25 July 2024."


secrets:
AUTHENTICATOR_HOST: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/AUTHENTICATOR_HOST # The key is the name of the environment variable, the value is the name of the SSM parameter.
Expand Down

0 comments on commit e5e72ed

Please sign in to comment.