Skip to content

Commit 8513038

Browse files
committed
fixed conf sample format error
1 parent ee4274f commit 8513038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/files/db.json.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Database": "cronsun",
66
"#AuthSource": "AuthSource Specify the database name associated with the user’s credentials.",
77
"#AuthSource": "AuthSource defaults to the cronsun's Database.",
8-
"#AuthSource": "If connect mongodb like './bin/mongo mytest -u "test" -p "123" --authenticationDatabase admin' ,",
8+
"#AuthSource": "If connect mongodb like './bin/mongo mytest -u test -p 123 --authenticationDatabase admin' ",
99
"#AuthSource": "the AuthSource is 'admin'. ",
1010
"AuthSource": "",
1111
"UserName": "",

0 commit comments

Comments
 (0)