We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4274f commit 8513038Copy full SHA for 8513038
conf/files/db.json.sample
@@ -5,7 +5,7 @@
5
"Database": "cronsun",
6
"#AuthSource": "AuthSource Specify the database name associated with the user’s credentials.",
7
"#AuthSource": "AuthSource defaults to the cronsun's Database.",
8
- "#AuthSource": "If connect mongodb like './bin/mongo mytest -u "test" -p "123" --authenticationDatabase admin' ,",
+ "#AuthSource": "If connect mongodb like './bin/mongo mytest -u test -p 123 --authenticationDatabase admin' ",
9
"#AuthSource": "the AuthSource is 'admin'. ",
10
"AuthSource": "",
11
"UserName": "",
0 commit comments