March 2018
Beginner to intermediate
308 pages
8h 23m
English
For the purposes of the following examples, no additional configuration is necessary. But for deploying a production Neo4j server, there are settings within the conf/neo4j.conf file that are desirable or necessary to be altered.
The underlying database filename can be changed from its default setting of graph.db:
# The name of the database to mount dbms.active_database=graph.db
The section after the database name configuration is where things such as the data, certificates, and log directories can be defined. Remember that all locations defined here are relative, so make sure to explicitly define any paths that may be required to be located somewhere other than the Neo4j home directory:
# Paths of directories in the installation. ...
Read now
Unlock full access