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": "**" },