File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,5 +63,5 @@ CICERO_URL=CICERO_SERVER_HERE
63
63
CITIZEN_LOGIN_API_VALIDATOR = system.utils.always_validate_citizen
64
64
65
65
# Uncomment if you do not want Django behind a proxy
66
- USE_X_FORWARDED_HOST = True
67
- SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
66
+ USE_X_FORWARDED_HOST = True
67
+ SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
18
18
DB_PORT : ${DB_PORT}
19
19
ALLOWED_HOSTS : ${ALLOWED_HOSTS}
20
20
CORE_SCRIPT_COMMIT_HASH : ${CORE_SCRIPT_COMMIT_HASH}
21
- CORE_SCRIPT_VERSION_TAG : ${CORE_SCRIPT_COMMIT_TAG }
21
+ CORE_SCRIPT_VERSION_TAG : ${CORE_SCRIPT_VERSION_TAG }
22
22
PC_IMAGE_RELEASES_URL : ${PC_IMAGE_RELEASES_URL}
23
23
KIOSK_IMAGE_RELEASES_URL : ${KIOSK_IMAGE_RELEASES_URL}
24
24
DEBUG : ${DEBUG}
You can’t perform that action at this time.
0 commit comments