Update config.json

This commit is contained in:
Alexandre
2022-01-14 16:09:21 +01:00
committed by GitHub
parent 7e848acdbc
commit 955491837d

View File

@@ -23,7 +23,7 @@
"services": ["mysql:want"], "services": ["mysql:want"],
"schema": { "schema": {
"SECRET_KEY": "str", "SECRET_KEY": "str",
"DB_TYPE": "list(sqlite|postgresql_external|mariadb_addon)", "DB_TYPE": "list(sqlite|postgresql_external)",
"ALLOWED_HOSTS": "str?", "ALLOWED_HOSTS": "str?",
"POSTGRES_HOST": "str?", "POSTGRES_HOST": "str?",
"POSTGRES_PORT": "str?", "POSTGRES_PORT": "str?",
@@ -34,6 +34,6 @@
"slug": "tandoor_recipes", "slug": "tandoor_recipes",
"upstream": "1.0.4", "upstream": "1.0.4",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.0.4-6", "version": "1.0.4-7",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }