diff --git a/mysite/settings.py b/mysite/settings.py index 050ae34..1640447 100644 --- a/mysite/settings.py +++ b/mysite/settings.py @@ -27,8 +27,8 @@ SECRET_KEY = 'django-insecure-5@k8%e-(*v+8nb1)dvie3_$$ol=3747i)x^n3%j9pg@9j$=b)_ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [".ocp-cluster.reymota.lab","127.0.0.1"] -CSRF_TRUSTED_ORIGINS = ["https://*.ocp-cluster.reymota.lab"] +ALLOWED_HOSTS = [".ocp-cluster.reymota.lab","127.0.0.1", ".sraopenshift.siemens.es"] +CSRF_TRUSTED_ORIGINS = ["https://*.ocp-cluster.reymota.lab", "https://*.sraopenshift.siemens.es"] # Application definition