2 Star 4 Fork 2

来贝科技/API网关插件库

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
xxx.conf.js.example 382 Bytes
一键复制 编辑 原始数据 按行查看 历史
老技 提交于 2018-07-26 17:50 +08:00 . update plugin conf comments
"use strict";
/**
* Created by liamjung on 2018/5/23.
*/
module.exports = {
//key格式:method:uri,如,GET:/xxx/xxx/xxx,method必须大写
"key": {
//服务host(必选),格式:http(s)://xxx(:端口)
host: "http://localhost:9090",
//路径转换(可选)
pathMap: path => path.replace("/customer/sso/", "/sso/")
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/libfintech/api_gateway_plugin.git
git@gitee.com:libfintech/api_gateway_plugin.git
libfintech
api_gateway_plugin
API网关插件库
master

搜索帮助