mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
allow mariadb
This commit is contained in:
@@ -31,7 +31,7 @@ mariadb_addon)
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Use values
|
# Use values
|
||||||
export DB_ENGINE=django.db.backends.postgresql
|
export DB_ENGINE=django.db.backends.mysql
|
||||||
export POSTGRES_HOST=$(bashio::services "mysql" "host") && bashio::log.blue "POSTGRES_HOST=$POSTGRES_HOST"
|
export POSTGRES_HOST=$(bashio::services "mysql" "host") && bashio::log.blue "POSTGRES_HOST=$POSTGRES_HOST"
|
||||||
export POSTGRES_PORT=$(bashio::services "mysql" "port") && bashio::log.blue "POSTGRES_PORT=$POSTGRES_PORT"
|
export POSTGRES_PORT=$(bashio::services "mysql" "port") && bashio::log.blue "POSTGRES_PORT=$POSTGRES_PORT"
|
||||||
export POSTGRES_DB=/data/
|
export POSTGRES_DB=/data/
|
||||||
|
|||||||
Reference in New Issue
Block a user