mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
added option to disable debug mode
This commit is contained in:
@@ -56,7 +56,6 @@
|
||||
],
|
||||
"environment": {
|
||||
"DB_ENGINE": "django.db.backends.sqlite3",
|
||||
"DEBUG": "1",
|
||||
"DISABLE_INGRESS": "true",
|
||||
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db",
|
||||
"TRUSTED_PROXIES": "**"
|
||||
@@ -69,7 +68,8 @@
|
||||
"options": {
|
||||
"ALLOWED_HOSTS": "",
|
||||
"DB_TYPE": "sqlite",
|
||||
"SECRET_KEY": "YOUR_SECRET_KEY"
|
||||
"SECRET_KEY": "YOUR_SECRET_KEY",
|
||||
"DEBUG": "1"
|
||||
},
|
||||
"panel_icon": "mdi:silverware-fork-knife",
|
||||
"panel_title": "Tandoor Recipes",
|
||||
@@ -87,7 +87,8 @@
|
||||
"POSTGRES_PASSWORD": "str?",
|
||||
"POSTGRES_PORT": "str?",
|
||||
"POSTGRES_USER": "str?",
|
||||
"SECRET_KEY": "str"
|
||||
"SECRET_KEY": "str",
|
||||
"DEBUG": "list(1|0)"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
|
||||
Reference in New Issue
Block a user