changement allowed_hosts

This commit is contained in:
kirosbr
2024-02-13 10:38:24 +01:00
parent becf89d91e
commit 19bbef08e9

View File

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