diff options
Diffstat (limited to 'ded')
-rw-r--r-- | ded/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ded/settings.py b/ded/settings.py index 4f22008..9cba3b0 100644 --- a/ded/settings.py +++ b/ded/settings.py @@ -24,7 +24,7 @@ SECRET_KEY = "django-insecure-z*tv24r*)-$q*l1=l64))qocs1x$*10c&6w_@ld^dw#=q#ndy2 # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["100.64.1.3", "100.64.2.3", "10.0.0.10", "localhost", "127.0.0.1"] +ALLOWED_HOSTS = ["ded-web-ho-defnucsyr-ded.apps.ocp1.azure.dso.digital.mod.uk", "localhost", "127.0.0.1"] STATIC_ROOT = BASE_DIR / "static" |