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

Commit

Permalink
FPASF-284: 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 0306d79 commit 35afef4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions copilot/data-frontend/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +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'
COOKIE_DOMAIN: '.${COPILOT_ENVIRONMENT_NAME}.access-funding.test.levellingup.gov.uk'
# Sentry DSN is OK to be public see: https://docs.sentry.io/product/sentry-basics/dsn-explainer/#dsn-utilization
SENTRY_DSN: https://e63d6f45b69f46b9a381f1f042db363e@o1432034.ingest.sentry.io/4505358184415232
FLASK_ENV: ${COPILOT_ENVIRONMENT_NAME}
LOG_LEVEL: info
DATA_STORE_API_HOST: 'http://data-store:8080'
COOKIE_DOMAIN: '.${COPILOT_ENVIRONMENT_NAME}.access-funding.test.levellingup.gov.uk'
# Sentry DSN is OK to be public see: https://docs.sentry.io/product/sentry-basics/dsn-explainer/#dsn-utilization
SENTRY_DSN: https://e63d6f45b69f46b9a381f1f042db363e@o1432034.ingest.sentry.io/4505358184415232
FLASK_ENV: ${COPILOT_ENVIRONMENT_NAME}
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 35afef4

Please sign in to comment.