Skip to content

Instantly share code, notes, and snippets.

@grumpydev
Created March 18, 2014 15:00
Show Gist options
  • Save grumpydev/9621799 to your computer and use it in GitHub Desktop.
Save grumpydev/9621799 to your computer and use it in GitHub Desktop.
Configuration Settings
++++++++++++++++++++++
Nodes Configured: 3
EventStore Path: F:\EventStoreService\eventstore\EventStore.ClusterNode.exe
Node Configurations:
--db node1-db --log node1-log --int-ip 100.86.124.59 --ext-ip 100.86.124.59 --int-tcp-port 1111 --ext-tcp-port 1113 --int-http-port 1112 --ext-http-port 1114 --nodes-count 3 --use-dns-discovery- --gossip-seed 100.86.124.59:2112 --gossip-seed 100.86.124.59:3112
--db node2-db --log node2-log --int-ip 100.86.124.59 --ext-ip 100.86.124.59 --int-tcp-port 2111 --ext-tcp-port 2113 --int-http-port 2112 --ext-http-port 2114 --nodes-count 3 --use-dns-discovery- --gossip-seed 100.86.124.59:1112 --gossip-seed 100.86.124.59:3112
--db node3-db --log node3-log --int-ip 100.86.124.59 --ext-ip 100.86.124.59 --int-tcp-port 3111 --ext-tcp-port 3113 --int-http-port 3112 --ext-http-port 3114 --nodes-count 3 --use-dns-discovery- --gossip-seed 100.86.124.59:1112 --gossip-seed 100.86.124.59:2112
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment