2023-03-28 20:43:45 +02:00
|
|
|
{
|
|
|
|
"proxies": {
|
|
|
|
"main": {
|
|
|
|
"address": ":8080",
|
|
|
|
"mappings": [
|
|
|
|
{
|
2023-04-05 23:21:43 +02:00
|
|
|
"hostPattern": "hextris.localhost.arcad.lan:*",
|
2023-03-28 20:43:45 +02:00
|
|
|
"target": "http://localhost:8083"
|
|
|
|
},
|
|
|
|
{
|
2023-04-05 23:21:43 +02:00
|
|
|
"hostPattern": "test.localhost.arcad.lan:*",
|
2023-03-28 20:43:45 +02:00
|
|
|
"target": "http://localhost:8084"
|
|
|
|
},
|
2023-10-13 12:30:52 +02:00
|
|
|
{
|
|
|
|
"hostPattern": "diffusion.localhost.arcad.lan:*",
|
|
|
|
"target": "http://localhost:8085"
|
|
|
|
},
|
2023-04-04 20:26:19 +02:00
|
|
|
{
|
|
|
|
"hostPattern": "arcad-hextris.local:*",
|
|
|
|
"target": "http://localhost:8083"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostPattern": "arcad-test.local:*",
|
|
|
|
"target": "http://localhost:8084"
|
|
|
|
},
|
2023-10-13 12:30:52 +02:00
|
|
|
{
|
|
|
|
"hostPattern": "arcad-diffusion.local:*",
|
|
|
|
"target": "http://localhost:8085"
|
|
|
|
},
|
2023-03-28 20:43:45 +02:00
|
|
|
{
|
|
|
|
"hostPattern": "*",
|
2023-04-21 20:03:21 +02:00
|
|
|
"target": "http://localhost:8084"
|
2023-03-28 20:43:45 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|