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",