From da030815c0a4d0ba02424a38b22f52c011d1c769 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 22 Sep 2022 12:47:57 +0200 Subject: [PATCH] Update config.json --- tandoor_recipes/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index b615ebdb4..a397bdb2f 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -8,7 +8,7 @@ "description": "recipe manager", "environment": { "DB_ENGINE": "django.db.backends.sqlite3", - "DEBUG": "1", + "DEBUG": "0", "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db", "TRUSTED_PROXIES": "**" },