40 lines
787 B
JSON
40 lines
787 B
JSON
{
|
|
"Routes": [
|
|
|
|
{
|
|
"SwaggerKey": "Externo",
|
|
"UpstreamPathTemplate": "/Ext/Login",
|
|
"UpstreamHttpMethod": [ "POST" ],
|
|
|
|
"DownstreamPathTemplate": "/Auth/Login",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "localhost",
|
|
"Port": 8199
|
|
}
|
|
]
|
|
},
|
|
|
|
|
|
{
|
|
"SwaggerKey": "Externo",
|
|
"UpstreamPathTemplate": "/UPC",
|
|
"UpstreamHttpMethod": [ "Get" ],
|
|
|
|
"DownstreamPathTemplate": "/UPC",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "localhost",
|
|
"Port": 8199
|
|
}
|
|
],
|
|
"RouteClaimsRequirement": {
|
|
"permisos": "W3Y9E3ioiao="
|
|
//"permisos": "8IF4fbgkEP0=" // => Dev
|
|
}
|
|
}
|
|
]
|
|
}
|