diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-24 17:19:16 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-24 17:19:16 +0100 |
commit | 620592d38c357a3be05fea305aa3813701d9f3af (patch) | |
tree | 0c4ad7428837919b15044df953f738a674958f46 | |
parent | a47a5803b96982147ea70c15615ff63d86a0dba6 (diff) |
Updating ALLOWED_HOSTS
-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" |