use plain user name in demo config file

This commit is contained in:
dingbo 2021-11-19 14:23:24 +08:00
parent e5c3fed1a9
commit b47cdaf217

View File

@ -13,9 +13,9 @@
"address": [ "address": [
"127.0.0.1:27017" "127.0.0.1:27017"
], ],
"userName": "admin678", "userName": "mongouser",
"mechanism": "SCRAM-SHA-1", "mechanism": "SCRAM-SHA-1",
"userPassword": "huwG86123", "userPassword": "mongopass",
"authDb": "admin", "authDb": "admin",
"dbName": "test", "dbName": "test",
"collectionName": "cu_market_data", "collectionName": "cu_market_data",