Skip to content

Commit 1fc595d

Browse files
username and pass
Signed-off-by: Arnav Gupta <[email protected]>
1 parent 07145bb commit 1fc595d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ if (process.env.CLEARDB_DATABASE_URL) {
88
db = new Sequelize({
99
host: 'localhost',
1010
database: 'testdb',
11-
username: '...',
12-
password: '...'
11+
username: 'testuser',
12+
password: 'testpass'
1313
})
1414
}
1515

0 commit comments

Comments
 (0)