18 lines
382 B
JSON
18 lines
382 B
JSON
|
{
|
||
|
"server": {
|
||
|
"address": "127.0.0.1",
|
||
|
"port": 8080
|
||
|
},
|
||
|
"services": {
|
||
|
"test-app1": {
|
||
|
"baseUrl": "test/",
|
||
|
"forwardTo": "127.0.0.1:3030/",
|
||
|
"protocol": "http"
|
||
|
},
|
||
|
"test-app2": {
|
||
|
"baseUrl": "test2/",
|
||
|
"forwardTo": "httpbin.org/",
|
||
|
"protocol": "http"
|
||
|
}
|
||
|
}
|
||
|
}
|