mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Removed mariadb
https://github.com/alexbelgium/hassio-addons/issues/510
This commit is contained in:
@@ -28,7 +28,7 @@ Please check Tandoor Recipes documentation : https://docs.tandoor.dev/install/do
|
|||||||
```yaml
|
```yaml
|
||||||
Required :
|
Required :
|
||||||
"ALLOWED_HOSTS": "your system url", # You need to input your homeassistant urls (comma separated, without space) to allow ingress to work
|
"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
|
"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
|
"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 :
|
Optional :
|
||||||
|
|||||||
Reference in New Issue
Block a user