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.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/examples/hello_world/helloworld-local.json b/examples/hello_world/helloworld-local.json
new file mode 100644
index 0000000..c2b4203
--- /dev/null
+++ b/examples/hello_world/helloworld-local.json
@@ -0,0 +1,43 @@
+{
+ "unicast" : "134.86.56.94",
+ "logging" :
+ {
+ "level" : "debug",
+ "console" : "true"
+ },
+
+ "applications" :
+ [
+ {
+ "name" : "hello_world_service",
+ "id" : "0x4444"
+ },
+
+ {
+ "name" : "hello_world_client",
+ "id" : "0x5555"
+ }
+ ],
+
+ "servicegroups" :
+ [
+ {
+ "name" : "default",
+ "unicast" : "local",
+ "services" :
+ [
+ {
+ "service" : "0x1111",
+ "instance" : "0x2222",
+ "unreliable" : "30509"
+ }
+ ]
+ }
+ ],
+
+ "routing" : "hello_world_service",
+ "service-discovery" :
+ {
+ "enable" : "false"
+ }
+} \ No newline at end of file