Created
January 26, 2017 20:48
-
-
Save onegrx/50359c07ae9e8391c7d5d7e43d9fe6f7 to your computer and use it in GitHub Desktop.
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
#***************************************************************** | |
# Neo4j configuration | |
# | |
# For more details and a complete list of settings, please see | |
# https://neo4j.com/docs/operations-manual/current/reference/#configuration-settings | |
#***************************************************************** | |
# The name of the database to mount | |
dbms.active_database=default.graphdb | |
# Paths of directories in the installation. | |
dbms.directories.data=/var/lib/neo4j/data | |
dbms.directories.plugins=/var/lib/neo4j/plugins | |
#dbms.directories.certificates=certificates | |
#dbms.directories.logs=logs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment