|
@@ -33,9 +33,9 @@ SECRET_KEY = 'django-insecure-^9*3@g$5brgjmhv&h!h*)c9kp)8i5tnqee_eu+fi728@g96#8&
|
|
|
# SECURITY WARNING: don't run with debug turned on in production!
|
|
# SECURITY WARNING: don't run with debug turned on in production!
|
|
|
DEBUG = os.environ.get('DEBUG', 'False') == 'True'
|
|
DEBUG = os.environ.get('DEBUG', 'False') == 'True'
|
|
|
|
|
|
|
|
-ALLOWED_HOSTS = [".reymota.es", ".reymota.lab", "127.0.0.1", "localhost", "k8s-server", ".rancher.lab"]
|
|
|
|
|
|
|
+ALLOWED_HOSTS = [".reymota.es", ".reymota.lab", "127.0.0.1", "localhost", "k8s-server", ".rancher.lab",".vmcluster.lab"]
|
|
|
|
|
|
|
|
-CSRF_TRUSTED_ORIGINS = ["https://*.reymota.es", "http://*.reymota.lab", "http://k8s-server", "http://*.rancher.lab"]
|
|
|
|
|
|
|
+CSRF_TRUSTED_ORIGINS = ["https://*.reymota.es", "http://*.reymota.lab", "http://k8s-server", "http://*.rancher.lab","http://*.vmcluster.lab"]
|
|
|
|
|
|
|
|
|
|
|
|
|
# Application definition
|
|
# Application definition
|