export
This commit is contained in:
parent
39aeafd54e
commit
74863986bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue