|
@@ -62,7 +62,7 @@ module.exports = appInfo => {
|
|
|
client: {
|
|
|
port: 6379, // Redis port
|
|
|
host: '127.0.0.1', // Redis host
|
|
|
- password: 123456,
|
|
|
+ password: '123456',
|
|
|
db: 1,
|
|
|
},
|
|
|
};
|
|
@@ -83,12 +83,12 @@ module.exports = appInfo => {
|
|
|
// 服务器发布路径
|
|
|
config.baseUrl = 'http://broadcast.waityou24.cn';
|
|
|
config.wxapi = {
|
|
|
- appid: 'wxdf3ed83c095be97a', // 微信公众号APPID
|
|
|
- appSecret: 'd85dbe075c090cb12ce416bbda8e698c',
|
|
|
+ // appid: 'wxdf3ed83c095be97a', // 微信公众号APPID
|
|
|
+ // appSecret: 'd85dbe075c090cb12ce416bbda8e698c',
|
|
|
baseUrl: 'http://wx.cc-lotus.info', // 微信网关地址
|
|
|
kjzl: {
|
|
|
- appid: '',
|
|
|
- appSecret: '',
|
|
|
+ appid: 'wxcf1b5457939b0932',
|
|
|
+ appSecret: 'f9a947c4a11f5304fc0bcabef98093d8',
|
|
|
},
|
|
|
};
|
|
|
return {
|