Change default debug setting to 0

by default, Tandoor_recipes won't be in debug mode.
This commit is contained in:
nough
2023-06-03 11:21:06 +01:00
committed by GitHub
parent 95b8d0e95c
commit 597b644826

View File

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