From 0cb9ffc043b894e649cc41c42b1ec89376e9b2e7 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Thu, 2 Jan 2025 10:00:00 -0800 Subject: [PATCH] Disable debug mode on prod install Fixes https://github.com/2i2c-org/frx-challenges/issues/222 --- helm-charts/app/prod/prod.values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-charts/app/prod/prod.values.yaml b/helm-charts/app/prod/prod.values.yaml index 94a542b..3a73bc8 100644 --- a/helm-charts/app/prod/prod.values.yaml +++ b/helm-charts/app/prod/prod.values.yaml @@ -33,7 +33,8 @@ frx-challenges: CSRF_TRUSTED_ORIGINS: - https://cellmapchallenge.2i2c.cloud - https://cellmapchallenge.janelia.org - DEBUG: True + # Disable debug mode for prod instance + DEBUG: False SOCIALACCOUNT_PROVIDERS: github: APP: