Skip to content

Commit a9244ed

Browse files
committed
minor changes
1 parent 1aee907 commit a9244ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ module.exports = {
77
CLIENT_SECRET: process.env.CLIENT_SECRET,
88

99
CLIENT_ORIGIN: process.env.CLIENT_ORIGIN || 'http://localhost:3000',
10-
DB_URL: process.env.DATABASE_URL || 'postgresql://tunechainer@localhost/saved_playlists'
10+
DB_URL: process.env.DB_URL || 'postgresql://tunechainer@localhost/saved_playlists'
1111

1212
};

0 commit comments

Comments
 (0)