Skip to content

Commit

Permalink
Use full DATABASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Jun 15, 2024
1 parent cb5d065 commit 5c630fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports.handler = async () => {
shell: true,
env: {
...process.env,
DATABASE_URL: `postgresql://app_user:${process.env.DATABASE_PASSWORD}@${process.env.DB_HOST}/coderunner`,
DATABASE_URL: process.env.DATABASE_URL,
},
}
);
Expand Down

0 comments on commit 5c630fc

Please sign in to comment.