From b441d55fc06a13f892239689e0dd697c75d7f814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Schl=C3=B6gl?= Date: Tue, 23 Apr 2024 10:06:36 +0200 Subject: [PATCH] fix: add allowed hosts to correct settings --- apis/settings/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/settings/server.py b/apis/settings/server.py index b7364e9..a788510 100644 --- a/apis/settings/server.py +++ b/apis/settings/server.py @@ -69,7 +69,7 @@ PROJECT_NAME="coladay" -ALLOWED_HOSTS = ['.sola.sisyphos.arz.oeaw.ac.at', '.sola.acdh-dev.oeaw.ac.at', 'coladay-backend-main.acdh-cluster-2.arz.oeaw.ac.at'] +ALLOWED_HOSTS = ['.sola.sisyphos.arz.oeaw.ac.at', '.sola.acdh-dev.oeaw.ac.at', 'coladay-backend-main.acdh-dev.oeaw.ac.at'] EMAIL_HOST = 'smtp.oeaw.ac.at'