From 528698cdf9595ab61c069a418f10fb9ce39d2669 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 14 Jan 2022 14:49:26 +0100 Subject: [PATCH] Update config.json --- tandoor_recipes/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index b68a282f0..2a048b6cc 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -4,7 +4,8 @@ "description": "recipe manager", "environment": { "DB_ENGINE": "django.db.backends.sqlite3", - "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db" + "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db", + "DEBUG": "0" }, "map": ["config:rw"], "name": "Tandoor recipes",