1 Star 1 Fork 0

赵梓宇 / egg-simproxy-service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.default.js 202 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jason 提交于 2018-08-31 20:38 . feat: support multiple proxys
'use strict';
/**
* egg-proxy default config
* @member Config#proxy
* @property {String} SOME_KEY - some description
*/
exports.proxy = {
host: 'http://localhost:7001',
match: /^\/assets/,
};
1
https://gitee.com/zhao-ziyu/egg-simproxy-service.git
git@gitee.com:zhao-ziyu/egg-simproxy-service.git
zhao-ziyu
egg-simproxy-service
egg-simproxy-service
master

搜索帮助