summaryrefslogtreecommitdiff
path: root/examples/hello_world/helloworld-local.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_world/helloworld-local.json')
-rw-r--r--examples/hello_world/helloworld-local.json69
1 files changed, 31 insertions, 38 deletions
diff --git a/examples/hello_world/helloworld-local.json b/examples/hello_world/helloworld-local.json
index c2b4203..5aeebb7 100644
--- a/examples/hello_world/helloworld-local.json
+++ b/examples/hello_world/helloworld-local.json
@@ -1,43 +1,36 @@
{
- "unicast" : "134.86.56.94",
- "logging" :
- {
- "level" : "debug",
- "console" : "true"
- },
+ "unicast":"134.86.56.94",
+ "logging":
+ {
+ "level":"debug",
+ "console":"true"
+ },
- "applications" :
- [
- {
- "name" : "hello_world_service",
- "id" : "0x4444"
- },
+ "applications":
+ [
+ {
+ "name":"hello_world_service",
+ "id":"0x4444"
+ },
- {
- "name" : "hello_world_client",
- "id" : "0x5555"
- }
- ],
+ {
+ "name":"hello_world_client",
+ "id":"0x5555"
+ }
+ ],
- "servicegroups" :
- [
- {
- "name" : "default",
- "unicast" : "local",
- "services" :
- [
- {
- "service" : "0x1111",
- "instance" : "0x2222",
- "unreliable" : "30509"
- }
- ]
- }
- ],
+ "services":
+ [
+ {
+ "service":"0x1111",
+ "instance":"0x2222",
+ "unreliable":"30509"
+ }
+ ],
- "routing" : "hello_world_service",
- "service-discovery" :
- {
- "enable" : "false"
- }
-} \ No newline at end of file
+ "routing":"hello_world_service",
+ "service-discovery":
+ {
+ "enable":"false"
+ }
+}