diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index 063bdc4c3..0609493d1 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -8,12 +8,12 @@ "description": "recipe manager", "environment": { "DB_ENGINE": "django.db.backends.sqlite3", - "DEBUG": "0", + "DEBUG": "1", + "DISABLE_INGRESS": "true", "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db", "TRUSTED_PROXIES": "**" }, "image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}", - "ingress": true, "map": [ "config:rw" ], @@ -46,5 +46,5 @@ ], "slug": "tandoor_recipes", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.4.5-4test" + "version": "1.4.5-5" }