From 955491837d7107b3596c5cbbbba08c44b0b78281 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 14 Jan 2022 16:09:21 +0100 Subject: [PATCH] Update config.json --- tandoor_recipes/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index c3a889890..a7796fec8 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -23,7 +23,7 @@ "services": ["mysql:want"], "schema": { "SECRET_KEY": "str", - "DB_TYPE": "list(sqlite|postgresql_external|mariadb_addon)", + "DB_TYPE": "list(sqlite|postgresql_external)", "ALLOWED_HOSTS": "str?", "POSTGRES_HOST": "str?", "POSTGRES_PORT": "str?", @@ -34,6 +34,6 @@ "slug": "tandoor_recipes", "upstream": "1.0.4", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.0.4-6", + "version": "1.0.4-7", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" }