Last active
January 9, 2019 17:31
-
-
Save riccardone/ec1a21cf5a2280a3ec5495770bffffe4 to your computer and use it in GitHub Desktop.
EventStore configuration for cluster node example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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