Commit d1752a1d authored by 杨翌文's avatar 杨翌文

修改配置

parent 1221355f
...@@ -67,14 +67,15 @@ var config = { ...@@ -67,14 +67,15 @@ var config = {
app: { app: {
name: 'pisns-forum-api' name: 'pisns-forum-api'
}, },
service:'http://pisns.wxpai.cn', service:'http://piplus.wxpai.cn',
port: 3011, port: 3011,
mongodb: { mongodb: {
uri: 'mongodb://10.173.226.96:27017/pisns-forum', uri: 'mongodb://10.173.224.92,10.173.226.96,10.173.227.160/pisns-forum',
username: 'future', username: 'future',
password: 'future123456', password: 'future123456',
dbname: 'pisns-forum', dbname: 'pisns-forum',
replset:'hdp',
poolSize: 50 poolSize: 50
}, },
ossConfig: { ossConfig: {
...@@ -86,10 +87,10 @@ var config = { ...@@ -86,10 +87,10 @@ var config = {
devCDNURL: 'http://dev.fs.wxpai.cn/' devCDNURL: 'http://dev.fs.wxpai.cn/'
}, },
sessionStore: { sessionStore: {
password: 'future123456', password: 'a39131f8d598429f:GuangZhouhdp123',
port: 6379, port: 6379,
host: '10.168.27.179', host: 'a39131f8d598429f.m.cnhza.kvstore.aliyuncs.com',
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