diff --git a/tandoor_recipes/rootfs/scripts/99-run.sh b/tandoor_recipes/rootfs/scripts/99-run.sh index 0a8fa89d3..a28550506 100644 --- a/tandoor_recipes/rootfs/scripts/99-run.sh +++ b/tandoor_recipes/rootfs/scripts/99-run.sh @@ -31,7 +31,7 @@ mariadb_addon) fi # 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_PORT=$(bashio::services "mysql" "port") && bashio::log.blue "POSTGRES_PORT=$POSTGRES_PORT" export POSTGRES_DB=/data/