Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit af7c72f

Browse files
enable auth based on config
1 parent 96c4a2f commit af7c72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ services:
8686
- HOST_FQDN=$HOST_FQDN
8787
- CLIMSOFT_AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
8888
- CLIMSOFT_AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY
89-
- AUTH_ENABLED=true
89+
- AUTH_ENABLED=$AUTH_ENABLED
9090
depends_on:
9191
- opencdms_surfacedb
9292
volumes:

0 commit comments

Comments
 (0)