Skip to content

Commit

Permalink
Fix typo in compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Jul 26, 2023
1 parent 24f2ee0 commit 2830e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
# https://flask-dance.readthedocs.io/en/v0.8.0/quickstarts/google.html#code
- "OAUTHLIB_RELAX_TOKEN_SCOPE=1"
- "USAON_VTA_GOOGLE_CLIENT_ID=${USAON_VTA_GOOGLE_CLIENT_ID:?USAON_VTA_GOOGLE_CLIENT_ID must be set}"
- "USAON_VTA_GOOGLE_CLIENT_SECRET=${USAON_VTA_GOOGLE_CLIENT_SECRET:?USAON_VTA_GOOGLE_CLIENT_ID must be set}"
- "USAON_VTA_GOOGLE_CLIENT_SECRET=${USAON_VTA_GOOGLE_CLIENT_SECRET:?USAON_VTA_GOOGLE_CLIENT_SECRET must be set}"

# A proxy to the real DB
db:
Expand Down

0 comments on commit 2830e0b

Please sign in to comment.