summaryrefslogtreecommitdiff
path: root/priv/config
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2016-01-12 08:17:30 -0800
committerUlf Wiger <ulf@feuerlabs.com>2016-01-12 08:22:36 -0800
commit37dd6cef3e8abdee0829aabf121a2ca5dd35b14e (patch)
treeb7174d0d66f2db6f9a0d724213ad19e427e22847 /priv/config
parent7922125aba23033945e3b55a4bf78ef8e84521d0 (diff)
downloadrvi_core-37dd6cef3e8abdee0829aabf121a2ca5dd35b14e.tar.gz
fragmentation tests
Diffstat (limited to 'priv/config')
-rw-r--r--priv/config/rvi_backend.config6
-rw-r--r--priv/config/rvi_sample.config1
2 files changed, 5 insertions, 2 deletions
diff --git a/priv/config/rvi_backend.config b/priv/config/rvi_backend.config
index 9d5279f..4d8a576 100644
--- a/priv/config/rvi_backend.config
+++ b/priv/config/rvi_backend.config
@@ -62,8 +62,10 @@ LogLevel = Env("RVI_LOGLEVEL", notice).
%% Service_edge_rpc component is used as a gen_server
{ service_edge_rpc, gen_server,
[
- { json_rpc_address, { MyIP, MyPort+1 } },
- { websocket, [ { port, MyPort+8}]}
+ { json_rpc_address, { MyIP, MyPort+1 } },
+ { msgpack_rpc, [{ ip, MyIP },
+ { port, MyPort+21 } ] },
+ { websocket, [ { port, MyPort+8 } ] }
]
}
]
diff --git a/priv/config/rvi_sample.config b/priv/config/rvi_sample.config
index 95cd5f3..57ffd37 100644
--- a/priv/config/rvi_sample.config
+++ b/priv/config/rvi_sample.config
@@ -275,6 +275,7 @@ LogLevel = Env("RVI_LOGLEVEL", notice).
%% communication in case the access method for
%% service_edge_rpc is specified as json_rpc.
{ json_rpc_address, { MyIP, MyPort+1 } }, % {"127.0.0.1",8801}
+ { msgpack_rpc_address, { MyIP, MyPort + 21 } },
%% Websocket is used for websocket access, preferably
%% through the rvi.js package available for Javascript