mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 09:58:16 +01: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": "",
|
||||
"DB_TYPE": "sqlite",
|
||||
"SECRET_KEY": "YOUR_SECRET_KEY",
|
||||
"DEBUG": "1"
|
||||
"DEBUG": "0"
|
||||
},
|
||||
"panel_icon": "mdi:silverware-fork-knife",
|
||||
"panel_title": "Tandoor Recipes",
|
||||
|
||||
Reference in New Issue
Block a user