Skip to content

Instantly share code, notes, and snippets.

@riccardone
Last active January 9, 2019 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riccardone/ec1a21cf5a2280a3ec5495770bffffe4 to your computer and use it in GitHub Desktop.
Save riccardone/ec1a21cf5a2280a3ec5495770bffffe4 to your computer and use it in GitHub Desktop.
EventStore configuration for cluster node example
IntTcpPort: 2111
ExtTcpPort: 2112
IntHttpPort: 2113
ExtHttpPort: 2114
IntTcpHeartbeatInterval: 1500
IntTcpHeartbeatTimeout: 3000
ExtTcpHeartbeatInterval: 1500
ExtTcpHeartbeatTimeout: 3000
GossipIntervalMs: 2000
GossipTimeoutMs: 4000
IntHttpPrefixes: http://*:2113/
ExtHttpPrefixes: http://*:2114/
DiscoverViaDns: true
ClusterDns: eventstore
ClusterGossipPort: 2113
ClusterSize: 3
AddInterfacePrefixes: false
RunProjections: All
SkipDbVerify: True
#NodePriority: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment