vegvisir/config/test/sample.json

18 lines
382 B
JSON
Raw Normal View History

2021-07-08 22:32:49 +02:00
{
"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"
}
}
}