Skip to content

Commit cdbd04a

Browse files
committed
🐛 fix database credentials
1 parent 0fb9f60 commit cdbd04a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/init-mongo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
db.createUser({
2-
user: 'user-db',
3-
pwd: 'password-db',
2+
user: 'user',
3+
pwd: 'pswd',
44
roles: [
55
{
66
role: 'readWrite',

0 commit comments

Comments
 (0)