diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-02 15:56:36 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-02 15:56:36 +0100 |
commit | f9f5c7dd10c345cb8b3f312dcc74287b8f59d32b (patch) | |
tree | d57418e8c63ca28198e1519dcab2f3ae61aad257 /ded/settings.py | |
parent | 5697e6624e061c88c0c2edee72f098d348cc8109 (diff) |
Adds OpenShift route to ALLOWED_HOSTS
Diffstat (limited to 'ded/settings.py')
-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 f9c3e8a..a16c488 100644 --- a/ded/settings.py +++ b/ded/settings.py @@ -33,7 +33,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 = ["ded-web-ho-defnucsyr-ded.apps.ocp1.azure.dso.digital.mod.uk", "localhost", "127.0.0.1"] +ALLOWED_HOSTS = ["nginx-proxy-route-ho-defnucsyr-ded.apps.ocp1.azure.dso.digital.mod.uk", "localhost", "127.0.0.1"] STATIC_ROOT = BASE_DIR / "static" |