This commit is contained in:
zack 2024-10-21 21:05:48 -04:00
parent 39aeafd54e
commit 74863986bf
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

@ -193,7 +193,7 @@
${ ${
if cfg.phx.database.passwordFile != null if cfg.phx.database.passwordFile != null
then '' then ''
DB_PASSWORD=$(cat ${cfg.phx.database.passwordFile}) export DB_PASSWORD=$(cat ${cfg.phx.database.passwordFile})
export DATABASE_URL="postgresql://${cfg.phx.database.user}:$DB_PASSWORD@${cfg.phx.database.host}/${cfg.phx.database.name}" export DATABASE_URL="postgresql://${cfg.phx.database.user}:$DB_PASSWORD@${cfg.phx.database.host}/${cfg.phx.database.name}"
'' ''
else '' else ''