From 64c9e9c11b7862b7dd02795e12468af6088463d3 Mon Sep 17 00:00:00 2001 From: infidel Date: Fri, 13 Jan 2023 15:47:35 +0700 Subject: [PATCH] Add openshift domain to allowed hosts --- wgweb/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgweb/settings.py b/wgweb/settings.py index 02bca18c..d08f84be 100644 --- a/wgweb/settings.py +++ b/wgweb/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-n(+d-xz5933rr363)v31jcdl^+#ab23&s317uxek+d*-_d6q99 # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["192.168.10.2", "127.0.0.1", "localhost:8000", "localhost:5000", "wg-django-backend-ma-wg.apps-crc.testing", "wg.nnag.me", "172.17.0.2"] +ALLOWED_HOSTS = ["192.168.10.2", "127.0.0.1", "localhost:8000", "localhost:5000", "wg-django-backend-ma-wg.apps-crc.testing", "wg.nnag.me", "172.17.0.2", "wg-backend-docker-ma-lab-facility.apps-crc.testing"] # Application definition