We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d6cfd commit 309e291Copy full SHA for 309e291
src/bornhack/environment_settings.py.dist
@@ -40,7 +40,7 @@ ARCHIVE_EMAIL='{{ django_archive_email }}'
40
ADMINS={{ django_admins }}
41
42
# OIDC private key
43
-OIDC_RSA_PRIVATE_KEY='{{ oidc_rsa_private_key }}'
+OIDC_RSA_PRIVATE_KEY="""{{ oidc_rsa_private_key }}"""
44
45
# misc settings
46
TIME_ZONE='{{ django_timezone }}'
0 commit comments