Commit d22bf113 authored by 喻春霖's avatar 喻春霖

fixed

parent 3a960505
......@@ -2,9 +2,16 @@
"mongo": [
{
"connectionName": "mongo",
"host": "192.168.1.8",
"port": 27017,
"connectTimeout": 10000
"host": "dds-uf61aa933d7006b41.mongodb.rds.aliyuncs.com",
"port": 3717,
"replicaSet": "dds-uf61aa933d7006b41.mongodb.rds.aliyuncs.com:3717",
"maxConnectionsPerHost": 3000,
"threadsAllowedToBlockForConnectionMultiplier": 10,
"authentication": true,
"connectTimeout": 10000,
"password": "ChineseAll&0219",
"userName": "dsuser",
"dbName": "dslog"
}
]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment