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']