emissary/misc/spec-samples/mdns.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

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"
}
}
}