We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59912cf commit a3212d7Copy full SHA for a3212d7
insalan/settings.py
@@ -217,7 +217,8 @@
217
"https://api." + getenv("WEBSITE_HOST", "localhost"),
218
"http://" + getenv("WEBSITE_HOST", "localhost"),
219
"http://api." + getenv("WEBSITE_HOST", "localhost"),
220
- "https://" + getenv("HELLOASSO_HOSTNAME", "localhost") # helloasso has be to trusted
+ "https://" + getenv("HELLOASSO_HOSTNAME", "localhost"), # helloasso has be to trusted
221
+ "https://gate." + getenv("WEBSITE_HOST", "localhost"),
222
223
]
224
CSRF_COOKIE_DOMAIN = '.' + getenv("WEBSITE_HOST", "localhost")
0 commit comments