Skip to content

Instantly share code, notes, and snippets.

/neo4j.conf Secret

Created September 1, 2017 16:27
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 anonymous/ebd4061f9eed6f2b97378c8d00d404a6 to your computer and use it in GitHub Desktop.
Save anonymous/ebd4061f9eed6f2b97378c8d00d404a6 to your computer and use it in GitHub Desktop.
dbms.connectors.default_listen_address=0.0.0.0
dbms.connectors.default_advertised_address=<ip1>
dbms.mode=CORE
causal_clustering.expected_core_cluster_size=3
causal_clustering.initial_discovery_members=<ip1>:5000,<ip2>:5000,<ip3>:5000
causal_clustering.discovery_listen_address=0.0.0.0:5000
#causal_clustering.discovery_listen_address=<ip1>:5000
causal_clustering.transaction_listen_address=0.0.0.0:6000
#causal_clustering.transaction_listen_address=<ip1>:6000
causal_clustering.raft_listen_address=0.0.0.0:7000
#causal_clustering.raft_listen_address=<ip1>:7000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment