emissary/misc/spec-samples/proxy.emissary.cadoles.com.json
William Petit 2e1ee44e6a
Some checks failed
arcad/emissary/pipeline/head There was a failure building this commit
feat(module,app): iface-based app url resolving
2023-04-05 23:21:43 +02:00

45 lines
1.5 KiB
JSON

{
"proxies": {
"main": {
"address": ":8080",
"mappings": [
{
"hostPattern": "portal.localhost.arcad.lan:*",
"target": "http://localhost:8082"
},
{
"hostPattern": "hextris.localhost.arcad.lan:*",
"target": "http://localhost:8083"
},
{
"hostPattern": "test.localhost.arcad.lan:*",
"target": "http://localhost:8084"
},
{
"hostPattern": "diffusion.localhost.arcad.lan:*",
"target": "http://localhost:8085"
},
{
"hostPattern": "arcad-portal.local:*",
"target": "http://localhost:8082"
},
{
"hostPattern": "arcad-hextris.local:*",
"target": "http://localhost:8083"
},
{
"hostPattern": "arcad-test.local:*",
"target": "http://localhost:8084"
},
{
"hostPattern": "arcad-diffusion.local:*",
"target": "http://localhost:8085"
},
{
"hostPattern": "*",
"target": "http://localhost:8082"
}
]
}
}
}