Skip to content

Commit

Permalink
Auth token shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Dec 20, 2023
1 parent 7bb428a commit e575834
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ services:
environment:
- DEV_MODE=1
- PROFILE=development
- TOKEN=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
# Can remove ADMIN_TOKEN if the code stops passing an auth token. The development profile
# enables the DisableAPIAuth config option, however an unfortunate side effect of this
# option is that requests will error if *any* auth token is passed.
- ADMIN_TOKEN=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
healthcheck:
test: curl -f http://localhost:8080/health
interval: 2s
Expand Down

0 comments on commit e575834

Please sign in to comment.