|
@@ -25,39 +25,8 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
},
|
|
|
- bull: {
|
|
|
- defaultQueueOptions: {
|
|
|
- // redis: {
|
|
|
- // port: 6379,
|
|
|
- // host: '114.215.24.90',
|
|
|
- // password: '123456',
|
|
|
- // },
|
|
|
- // prefix: '{midway-bull}',
|
|
|
- },
|
|
|
- },
|
|
|
- axios: {
|
|
|
- clients: {
|
|
|
- file: {
|
|
|
- baseURL: 'https://www.ccwit.net',
|
|
|
- //表明返回服务器返回的数据类型
|
|
|
- responseType: 'arraybuffer',
|
|
|
- headers: {
|
|
|
- 'Content-Type': 'application/json; application/octet-stream',
|
|
|
- },
|
|
|
- },
|
|
|
- },
|
|
|
- },
|
|
|
export: {
|
|
|
root_path: 'D:\\free\\workspace\\server\\service-file\\upload',
|
|
|
file_type: 'friendSchool',
|
|
|
},
|
|
|
- wechatSetting: {
|
|
|
- // 吉林大学汽车工程学院校友会
|
|
|
- friendShoolApp: {
|
|
|
- appid: 'wxef5b87d5fef241b4',
|
|
|
- secret: 'd315753502e0cbc24de5a230bed5c87a',
|
|
|
- mchid: '1505364491',
|
|
|
- v3key: '1qaz2wsx3edc4rfv5tgb6yhn7ujm8ik9',
|
|
|
- },
|
|
|
- },
|
|
|
} as MidwayConfig;
|