#645 added a sample project using the administration api, tested locally and works as expected (#660)

This commit is contained in:
Tom Pallister
2018-10-13 17:48:03 +01:00
committed by GitHub
parent 89639ce7e7
commit 41d4f9c6df
8 changed files with 361 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"ReRoutes": [
{
"DownstreamPathTemplate": "/service/stats/collected",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 5100
}
],
"UpstreamPathTemplate": "/api/stats/collected"
}
],
"GlobalConfiguration": {
"BaseUrl": "http://localhost:5000"
}
}