Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
starting multiple nodes
  • Loading branch information
CrowdHailer committed May 28, 2018
1 parent ae199c8 commit 5ce7b48
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sys.config
@@ -0,0 +1,10 @@
[{kernel,
[
{sync_nodes_optional,
[
'node1@127.0.0.1',
'node2@127.0.0.1'
]},
{sync_nodes_timeout, 5000}
]}
].

0 comments on commit 5ce7b48

Please sign in to comment.