Skip to content

Commit

Permalink
Fixed quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Mar 29, 2024
1 parent 0a9a43b commit a20943d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
celery:
environment:
- DJANGO_SETTINGS_MODULE=brostar.settings
- FIELD_ENCRYPTION_KEY="DUMMY-NEEDS-PROD-SETTING-Xgb1GczqZe909UMNc4=
- FIELD_ENCRYPTION_KEY="DUMMY-NEEDS-PROD-SETTING-Xgb1GczqZe909UMNc4="
- NENS_AUTH_ISSUER
- NENS_AUTH_CLIENT_ID
- NENS_AUTH_CLIENT_SECRET
Expand Down Expand Up @@ -49,7 +49,7 @@ services:
# # Can be set in .env, we'll pass them on.
# - SECRET_KEY
- DEBUG
- FIELD_ENCRYPTION_KEY="DUMMY-NEEDS-PROD-SETTING-Xgb1GczqZe909UMNc4=
- FIELD_ENCRYPTION_KEY="DUMMY-NEEDS-PROD-SETTING-Xgb1GczqZe909UMNc4="
# - SENTRY_DSN
- NENS_AUTH_ISSUER
- NENS_AUTH_CLIENT_ID
Expand Down

0 comments on commit a20943d

Please sign in to comment.