123456789101112131415161718192021 |
- {
- "ConnectionStrings": {
- "Hotline": "PORT=5432;DATABASE=hotline_test;HOST=110.188.24.182;PASSWORD=fengwo11!!;USER ID=dev;"
- //"Hotline1": "PORT=5432;DATABASE=hotline_dev;HOST=110.188.24.182;PASSWORD=fengwo11!!;USER ID=dev;"
- },
- "Cache": {
- "Host": "110.188.24.182",
- "Port": 50179,
- "Password": "fengwo123!$!$",
- "Database": 2 //hotline:3, dev:5, test:2, demo:4
- },
- "SenparcWeixinSetting": {
- "IsDebug": true,
- //小程序
- "WxOpenAppId": "wx22e6092dd504b567",
- "WxOpenAppSecret": "bb29f684a9ea6b9d136062d68e867831"
- //"WxOpenToken": "#{WxOpenToken}#",
- //"WxOpenEncodingAESKey": "#{WxOpenEncodingAESKey}#"
- }
- }
|