2023-04-04 20:26:19 +02:00
|
|
|
{
|
|
|
|
"services": {
|
|
|
|
"arcad": {
|
|
|
|
"type": "_http._tcp",
|
|
|
|
"port": 8080,
|
2023-04-05 23:21:43 +02:00
|
|
|
"host": "arcad"
|
2023-04-04 20:26:19 +02:00
|
|
|
},
|
|
|
|
"hextris": {
|
|
|
|
"type": "_http._tcp",
|
|
|
|
"port": 8080,
|
2023-04-05 23:21:43 +02:00
|
|
|
"host": "arcad-hextris"
|
2023-04-04 20:26:19 +02:00
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"type": "_http._tcp",
|
|
|
|
"port": 8080,
|
2023-04-05 23:21:43 +02:00
|
|
|
"host": "arcad-test"
|
2023-04-04 20:26:19 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|