We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aee907 commit a9244edCopy full SHA for a9244ed
src/config.js
@@ -7,6 +7,6 @@ module.exports = {
7
CLIENT_SECRET: process.env.CLIENT_SECRET,
8
9
CLIENT_ORIGIN: process.env.CLIENT_ORIGIN || 'http://localhost:3000',
10
- DB_URL: process.env.DATABASE_URL || 'postgresql://tunechainer@localhost/saved_playlists'
+ DB_URL: process.env.DB_URL || 'postgresql://tunechainer@localhost/saved_playlists'
11
12
};
0 commit comments