Skip to content

Commit d649fd6

Browse files
committed
database fix
1 parent f690df4 commit d649fd6

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.DB_URL || 'postgresql://tunechainer@localhost/saved_playlists'
10+
DB_URL: process.env.DATABASE_URL || 'postgresql://tunechainer@localhost/saved_playlists'
1111

1212
};

0 commit comments

Comments
 (0)