Commit 68d89efd authored by strong's avatar strong

增加idc环境基础服务配置

parent 00274ec2
Pipeline #242 failed with stages
...@@ -75,7 +75,7 @@ var config = { ...@@ -75,7 +75,7 @@ var config = {
port: 3011, port: 3011,
mongodb: { mongodb: {
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', uri: 'mongodb://infra-1:3717,infra-2:3717,infra-3:3717/pisns-forum?replicaSet=mgset-1061465',
username: 'future', username: 'future',
password: 'future123456', password: 'future123456',
dbname: 'pisns-forum', dbname: 'pisns-forum',
...@@ -90,9 +90,9 @@ var config = { ...@@ -90,9 +90,9 @@ var config = {
devCDNURL: 'http://dev.fs.wxpai.cn/' devCDNURL: 'http://dev.fs.wxpai.cn/'
}, },
sessionStore: { sessionStore: {
password: 'a39131f8d598429f:GuangZhouhdp123', password: 'future123456',
port: 6379, port: 16379,
host: 'a39131f8d598429f335.redis.rds.aliyuncs.com', host: 'infra-1',
db: 2 db: 2
} }
} }
......
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