|
|
@@ -37,8 +37,8 @@ LOCAL = os.environ.get('LOCAL', 'False') == 'True'
|
|
|
|
|
|
# hosts permitidos
|
|
|
|
|
|
-ALLOWED_HOSTS = [".ocp-cluster.reymota.lab", "*.rancher.lab", "jugaralpadel.es", ".reymota.es"]
|
|
|
-CSRF_TRUSTED_ORIGINS = ["https://*.ocp-cluster.reymota.lab", "http://jugaralpadel.rancher.reymota.lab", "https://jugaralpadel.rancher.reymota.lab", "https://jugaralpadel.es", "https://*.reymota.es"]
|
|
|
+ALLOWED_HOSTS = ["*.vmcluster.lab", "jugaralpadel.es", ".reymota.es"]
|
|
|
+CSRF_TRUSTED_ORIGINS = ["http://jugaralpadel.vmcluster.lab", "https://*.vmcluster.lab", "https://jugaralpadel.es", "https://*.reymota.es"]
|
|
|
|
|
|
# Application definition
|
|
|
|