|
|
@@ -35,9 +35,9 @@ SECRET_KEY = 'django-insecure-vu#zk4g8pj-qoov#8^i$&s8n_ipp2r3h+o$z1w(1%d=6+i@erm
|
|
|
DEBUG = os.environ["DEBUG"] == 'True'
|
|
|
OPENSHIFT = os.environ["OPENSHIFT"] == 'True'
|
|
|
|
|
|
-ALLOWED_HOSTS = [".ocp-cluster.reymota.lab", "reymota.es", ".reymota.lab",".vmcluster.lab"]
|
|
|
+ALLOWED_HOSTS = [".reymota.es", ".reymota.lab",".vmcluster.lab"]
|
|
|
|
|
|
-CSRF_TRUSTED_ORIGINS = ["https://*.ocp-cluster.reymota.lab", "https://reymota.es", "http://reymota.rancher.reymota.lab","http://*.vmcluster.lab"]
|
|
|
+CSRF_TRUSTED_ORIGINS = ["https://*.reymota.es", "http://*.vmcluster.lab"]
|
|
|
|
|
|
# Application definition
|
|
|
|