From 597b644826c51752aa093c1bb69ea7b032305726 Mon Sep 17 00:00:00 2001 From: nough Date: Sat, 3 Jun 2023 11:21:06 +0100 Subject: [PATCH] Change default debug setting to 0 by default, Tandoor_recipes won't be in debug mode. --- 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 7418c1cec..eaa77834a 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -69,7 +69,7 @@ "ALLOWED_HOSTS": "", "DB_TYPE": "sqlite", "SECRET_KEY": "YOUR_SECRET_KEY", - "DEBUG": "1" + "DEBUG": "0" }, "panel_icon": "mdi:silverware-fork-knife", "panel_title": "Tandoor Recipes",