Created
May 5, 2017 10:27
-
-
Save mneedham/cc38e4f05a2000c9ba93842dc2deaa4c to your computer and use it in GitHub Desktop.
This file contains 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
dbms.mode=CORE | |
dbms.connector.bolt.listen_address=:7691 | |
dbms.connector.http.listen_address=:7481 | |
dbms.connector.https.listen_address=:7371 | |
causal_clustering.initial_discovery_members=localhost:5001,localhost:5002,localhost:5003 | |
causal_clustering.discovery_listen_address=127.0.0.1:5001 | |
causal_clustering.transaction_listen_address=:6001 | |
causal_clustering.raft_listen_address=:7001 |
This file contains 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
dbms.mode=CORE | |
dbms.connector.bolt.listen_address=:7692 | |
dbms.connector.http.listen_address=:7482 | |
dbms.connector.https.listen_address=:7372 | |
causal_clustering.initial_discovery_members=localhost:5001,localhost:5002,localhost:5003 | |
causal_clustering.discovery_listen_address=127.0.0.1:5002 | |
causal_clustering.transaction_listen_address=:6002 | |
causal_clustering.raft_listen_address=:7002 |
This file contains 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
dbms.mode=CORE | |
dbms.connector.bolt.listen_address=:7693 | |
dbms.connector.http.listen_address=:7483 | |
dbms.connector.https.listen_address=:7373 | |
causal_clustering.initial_discovery_members=localhost:5001,localhost:5002,localhost:5003 | |
causal_clustering.discovery_listen_address=127.0.0.1:5003 | |
causal_clustering.transaction_listen_address=:6003 | |
causal_clustering.raft_listen_address=:7003 |
This file contains 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
dbms.mode=READ_REPLICA | |
dbms.connector.bolt.listen_address=:7601 | |
dbms.connector.http.listen_address=:7491 | |
dbms.connector.https.listen_address=:7381 | |
causal_clustering.initial_discovery_members=localhost:5001,localhost:5002,localhost:5003 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment