1{ 2 "unicast":"134.86.56.94", 3 "logging": 4 { 5 "level":"debug", 6 "console":"true" 7 }, 8 9 "applications": 10 [ 11 { 12 "name":"hello_world_service", 13 "id":"0x4444" 14 }, 15 16 { 17 "name":"hello_world_client", 18 "id":"0x5555" 19 } 20 ], 21 22 "services": 23 [ 24 { 25 "service":"0x1111", 26 "instance":"0x2222", 27 "unreliable":"30509" 28 } 29 ], 30 31 "routing":"hello_world_service", 32 "service-discovery": 33 { 34 "enable":"false" 35 } 36} 37