mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 06:44:06 +02:00
Change default debug setting to 0
by default, Tandoor_recipes won't be in debug mode.
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
"ALLOWED_HOSTS": "",
|
"ALLOWED_HOSTS": "",
|
||||||
"DB_TYPE": "sqlite",
|
"DB_TYPE": "sqlite",
|
||||||
"SECRET_KEY": "YOUR_SECRET_KEY",
|
"SECRET_KEY": "YOUR_SECRET_KEY",
|
||||||
"DEBUG": "1"
|
"DEBUG": "0"
|
||||||
},
|
},
|
||||||
"panel_icon": "mdi:silverware-fork-knife",
|
"panel_icon": "mdi:silverware-fork-knife",
|
||||||
"panel_title": "Tandoor Recipes",
|
"panel_title": "Tandoor Recipes",
|
||||||
|
|||||||
Reference in New Issue
Block a user