summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-04-24 17:19:16 +0100
committerMatthew Lemon <y@yulqen.org>2024-04-24 17:19:16 +0100
commit620592d38c357a3be05fea305aa3813701d9f3af (patch)
tree0c4ad7428837919b15044df953f738a674958f46
parenta47a5803b96982147ea70c15615ff63d86a0dba6 (diff)
Updating ALLOWED_HOSTS
-rw-r--r--ded/settings.py2
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"