fix: export DB_PORT environment variable

This commit is contained in:
Chinmay Pai
2021-06-24 17:37:15 +05:30
committed by GitHub
parent 86a2fcc1fa
commit 577f93a3b7

View File

@@ -29,7 +29,7 @@ function configureEnv() {
fi
if [[ -z "${DB_PORT}" ]]; then
DB_PORT=3306
export DB_PORT=3306
fi
export DB_HOST="${MARIADB_HOST:-$POSTGRES_HOST}"