SMGeneric Session replication in alpha state

This commit is contained in:
DanB
2016-11-08 16:31:41 +01:00
parent 37c853cb91
commit 65a2ae76a7
3 changed files with 32 additions and 20 deletions

View File

@@ -20,6 +20,9 @@
"sm_generic": {
"enabled": true, // starts SessionManager service: <true|false>
"listen_bijson": "127.0.0.1:22014", // address where to listen for bidirectional JSON-RPC requests
"smg_replication_conns": [
{"address": "127.0.0.1:2012", "transport": "*json"},
],
},
}