From 19bbef08e936ea5af4fde0e88b7d10a1f8df5451 Mon Sep 17 00:00:00 2001 From: kirosbr Date: Tue, 13 Feb 2024 10:38:24 +0100 Subject: [PATCH] changement allowed_hosts --- Reskreen/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reskreen/settings.py b/Reskreen/settings.py index 8e4b8fe..22fe8a3 100644 --- a/Reskreen/settings.py +++ b/Reskreen/settings.py @@ -30,7 +30,7 @@ DEBUG = cfg_dev_mode ALLOWED_HOSTS = ["rh.ambulance-clerc.ch"] if cfg_dev_mode: ALLOWED_HOSTS.append("127.0.0.1") - ALLOWED_HOSTS.append("33.144.144.2") + ALLOWED_HOSTS.append("33.144.144.6") CSRF_TRUSTED_ORIGINS = ['https://rh.ambulance-clerc.ch']