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 0fb9f60 commit cdbd04aCopy full SHA for cdbd04a
script/init-mongo.js
@@ -1,6 +1,6 @@
1
db.createUser({
2
- user: 'user-db',
3
- pwd: 'password-db',
+ user: 'user',
+ pwd: 'pswd',
4
roles: [
5
{
6
role: 'readWrite',
0 commit comments