jbjares2

Untitled

Sep 24th, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. #dbms.security.allow_csv_import_from_file_urls=true
  2. dbms.directories.import=/var/lib/neo4j/import/
  3. wrapper.java.additional=-Dneo4j.ext.udc.source=docker
  4. ha.host.data=625529dda624:6001
  5. ha.host.coordination=625529dda624:5001
  6. dbms.tx_log.rotation.retention_policy=100M size
  7. dbms.memory.heap.max_size=512M
  8. dbms.memory.heap.initial_size=512M
  9. dbms.directories.logs=/logs
  10. dbms.connectors.default_listen_address=0.0.0.0
  11. dbms.connector.https.listen_address=0.0.0.0:7473
  12. dbms.connector.http.listen_address=0.0.0.0:7474
  13. dbms.connector.bolt.listen_address=0.0.0.0:7687
  14. causal_clustering.transaction_listen_address=0.0.0.0:6000
  15. causal_clustering.transaction_advertised_address=625529dda624:6000
  16. causal_clustering.raft_listen_address=0.0.0.0:7000
  17. causal_clustering.raft_advertised_address=625529dda624:7000
  18. causal_clustering.discovery_listen_address=0.0.0.0:5000
  19. causal_clustering.discovery_advertised_address=625529dda624:5000
Advertisement
Add Comment
Please, Sign In to add comment