Skip to content

Commit

Permalink
Adds HAMILTON_AUTH_MODE environment variables to build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed May 13, 2024
1 parent 1a66299 commit 4364d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/deployment/docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ services:
- HAMILTON_LOCAL_BLOB_DIR=/data/blobs # TODO -- set this up to be a better one
- DJANGO_SECRET_KEY=do_not_use_in_production
- HAMILTON_TELEMETRY_ENABLED=${HAMILTON_TELEMETRY_ENABLED-true}
- HAMILTON_AUTH_MODE=permissive
depends_on:
- db
volumes:
Expand Down
1 change: 1 addition & 0 deletions ui/deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
- HAMILTON_LOCAL_BLOB_DIR=/data/blobs # TODO -- set this up to be a better one
- DJANGO_SECRET_KEY=do_not_use_in_production
- HAMILTON_TELEMETRY_ENABLED=${HAMILTON_TELEMETRY_ENABLED}
- HAMILTON_AUTH_MODE=permissive
depends_on:
- db

Expand Down

0 comments on commit 4364d26

Please sign in to comment.