29 lines
652 B
JSON
29 lines
652 B
JSON
{
|
|
"services": {
|
|
"arcad": {
|
|
"type": "_http._tcp",
|
|
"port": 8080,
|
|
"host": "arcad"
|
|
},
|
|
"portal": {
|
|
"type": "_http._tcp",
|
|
"port": 8080,
|
|
"host": "arcad-portal"
|
|
},
|
|
"hextris": {
|
|
"type": "_http._tcp",
|
|
"port": 8080,
|
|
"host": "arcad-hextris"
|
|
},
|
|
"test": {
|
|
"type": "_http._tcp",
|
|
"port": 8080,
|
|
"host": "arcad-test"
|
|
},
|
|
"diffusion": {
|
|
"type": "_http._tcp",
|
|
"port": 8080,
|
|
"host": "arcad-diffusion"
|
|
}
|
|
}
|
|
} |