From ed9213febfc0a02e2d038a188447903810d2a882 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 14 Jan 2022 10:22:46 +0100 Subject: [PATCH] allow mariadb --- tandoor_recipes/rootfs/scripts/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/