Skip to content

Commit

Permalink
move SENTRY_DSN to variables block in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
srh-sloan committed Nov 19, 2024
1 parent 6e3c732 commit bdf7815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copilot/fsd-pre-award-stores/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ network:
variables:
FLASK_ENV: ${COPILOT_ENVIRONMENT_NAME}
PORT: 8080
SENTRY_DSN: "https://[email protected]/4503903486148608"

secrets:
SENTRY_DSN: "https://[email protected]/4503903486148608"
SECRET_KEY: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/SECRET_KEY
PREAWARD_DB_SECRET:
from_cfn: ${COPILOT_APPLICATION_NAME}-${COPILOT_ENVIRONMENT_NAME}-fsdpreawardstoresclusterAuroraSecret
Expand Down

0 comments on commit bdf7815

Please sign in to comment.