Commit 8cfb451c authored by strong's avatar strong

Merge commit '332a1361' into SANDBOX

* commit '332a1361':
  修改沙箱环境配置(回迁)
parents fcadf84d 332a1361
...@@ -43,7 +43,7 @@ var config = { ...@@ -43,7 +43,7 @@ var config = {
service:'http://sandbox.wxpai.cn', service:'http://sandbox.wxpai.cn',
port: 3011, port: 3011,
mongodb: { mongodb: {
uri: 'mongodb://10.161.234.251:27018/pisns-forum-sandbox?replicaSet=hdp', uri: 'mongodb://v1-base-mongodb-sandbox.v1-sandbox:27017/pisns-forum-sandbox?replicaSet=hdp',
username: '', username: '',
password: '', password: '',
poolSize: 5 poolSize: 5
...@@ -59,7 +59,7 @@ var config = { ...@@ -59,7 +59,7 @@ var config = {
sessionStore: { sessionStore: {
password: 'future123456', password: 'future123456',
port: 6379, port: 6379,
host: '10.161.177.181', host: 'v1-base-redis-sandbox.v1-sandbox.svc.cluster.local',
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