Apigateway/ApiGateway/Routes/ocelot.SwaggerEndPoints.json

101 lines
2.0 KiB
JSON

{
"SwaggerEndPoints": [
{
"Key": "ApiGetway",
"TransformByOcelotConfig": false,
"Config": [
{
"Name": "ApiGetway",
"Version": "1.0",
"Url": "http://localhost:80/api/swagger/v1/swagger.json"
}
]
},
{
"Key": "DatosMaestros",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "DatosMaestros",
"Version": "1.0",
"Url": "http://localhost:8146/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsAdminUsuarios",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsAdminUsuarios",
"Version": "1.0",
"Url": "http://localhost:8151/swagger/v1/swagger.json"
}
]
},
{
"Key": "Afiliados",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "Afiliados",
"Version": "1.0",
"Url": "http://localhost:8145/swagger/v1/swagger.json"
}
]
},
{
"Key": "Externo",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "Externo",
"Version": "1.0",
"Url": "http://localhost:8199/swagger/v1/swagger.json"
}
]
},
{
"Key": "Email",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "Email",
"Version": "1.0",
"Url": "http://localhost:8170/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsContratos",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsContratos",
"Version": "1.0",
"Url": "http://localhost:8149/swagger/v1/swagger.json"
}
]
}
//{
// "Key": "apitest",
// "TransformByOcelotConfig": true,
// "Config": [
// {
// "Name": "ApiTest",
// "Version": "1.0",
// "Url": "http://localhost:5041/swagger/v1/swagger.json"
// }
// ]
]
}