mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 10:32:50 +08:00
18 lines
404 B
JSON
18 lines
404 B
JSON
{
|
|
"ReRoutes": [
|
|
{
|
|
"DownstreamPathTemplate": "/service/stats/collected",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "localhost",
|
|
"Port": 5100
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/stats/collected"
|
|
}
|
|
],
|
|
"GlobalConfiguration": {
|
|
"BaseUrl": "http://localhost:5000"
|
|
}
|
|
} |