Skip to content

Commit 50b2f95

Browse files
committed
Fix typo
1 parent 7b39126 commit 50b2f95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ CICERO_URL=CICERO_SERVER_HERE
6363
CITIZEN_LOGIN_API_VALIDATOR=system.utils.always_validate_citizen
6464

6565
# 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')

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
DB_PORT: ${DB_PORT}
1919
ALLOWED_HOSTS: ${ALLOWED_HOSTS}
2020
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}
2222
PC_IMAGE_RELEASES_URL: ${PC_IMAGE_RELEASES_URL}
2323
KIOSK_IMAGE_RELEASES_URL: ${KIOSK_IMAGE_RELEASES_URL}
2424
DEBUG: ${DEBUG}

0 commit comments

Comments
 (0)