From b5b445553729ce6e9aedce17b0bcb8eec21da6bb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 10 Oct 2022 22:17:56 +0200 Subject: [PATCH] Removed mariadb https://github.com/alexbelgium/hassio-addons/issues/510 --- tandoor_recipes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tandoor_recipes/README.md b/tandoor_recipes/README.md index 6364ecc38..35e214a95 100644 --- a/tandoor_recipes/README.md +++ b/tandoor_recipes/README.md @@ -28,7 +28,7 @@ Please check Tandoor Recipes documentation : https://docs.tandoor.dev/install/do ```yaml Required : "ALLOWED_HOSTS": "your system url", # You need to input your homeassistant urls (comma separated, without space) to allow ingress to work - "DB_TYPE": "list(sqlite|postgresql_external|mariadb_addon)" # Type of database to use. Mariadb_addon allows to be automatically configured if the maria_db addon is already installed on your system. Sqlite is an internal database. For postgresql_external, you'll need to fill the below settings + "DB_TYPE": "list(sqlite|postgresql_external)" # Type of database to use. "SECRET_KEY": "str", # Your secret key "PORT": 9928 # By default, the webui is available on http://HAurl:9928. If you ever need to change the port, you should never do it within the app, but only through this option Optional :