Commit b212f09e authored by strong's avatar strong

mongodb配置改为指向新集群

parent 890b3f38
......@@ -75,7 +75,7 @@ var config = {
port: 3011,
mongodb: {
uri: 'mongodb://mrds.master.piplus.vip:3717,mrds.slave.piplus.vip:3717/pisns-forum?replicaSet=mgset-1061465',
uri: 'mongodb://mongo-1.internal.piplus.vip:3717,mongo-2.internal.piplus.vip:3717,mongo-3.internal.piplus.vip:3717/pisns-forum?replicaSet=mgset-1061465',
username: 'future',
password: 'future123456',
dbname: 'pisns-forum',
......@@ -98,4 +98,4 @@ var config = {
}
};
module.exports = config[env];
\ No newline at end of file
module.exports = config[env];
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