{ "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" } } }