From a6bf5c15c40005b453fcf9c6f0a8d4cdb3e63a6b Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Wed, 2 Oct 2024 08:44:24 +0200 Subject: [PATCH] =?UTF-8?q?Quito=20lo=20de=20a=C3=B1adir=20static=20a=20ur?= =?UTF-8?q?ls.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JugarAlPadel/K8S/env-prod-configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JugarAlPadel/K8S/env-prod-configmap.yaml b/JugarAlPadel/K8S/env-prod-configmap.yaml index 0ab98e6..0da623e 100644 --- a/JugarAlPadel/K8S/env-prod-configmap.yaml +++ b/JugarAlPadel/K8S/env-prod-configmap.yaml @@ -1,6 +1,6 @@ apiVersion: v1 data: - DEBUG: "True" + DEBUG: "False" DJANGO_ALLOWED_HOSTS: "reymota.es k8s-server localhost 127.0.0.1 [::1]" CSRF_TRUSTED_ORIGINS: "https://reymota.es" SECRET_KEY: change_me