2023-03-28 20:43:45 +02:00
|
|
|
{
|
|
|
|
"proxies": {
|
|
|
|
"main": {
|
|
|
|
"address": ":8080",
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"hostPattern": "portal.arcad.local:*",
|
|
|
|
"target": "http://localhost:8082"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostPattern": "hextris.arcad.local:*",
|
|
|
|
"target": "http://localhost:8083"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostPattern": "test.arcad.local:*",
|
|
|
|
"target": "http://localhost:8084"
|
|
|
|
},
|
2023-03-29 11:27:47 +02:00
|
|
|
{
|
|
|
|
"hostPattern": "diffusion.arcad.local:*",
|
|
|
|
"target": "http://localhost:8085"
|
|
|
|
},
|
2023-03-28 20:43:45 +02:00
|
|
|
{
|
|
|
|
"hostPattern": "*",
|
|
|
|
"target": "http://localhost:8082"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|