Skip to content

Instantly share code, notes, and snippets.

@onegrx
Created January 26, 2017 20:48
Show Gist options
  • Save onegrx/50359c07ae9e8391c7d5d7e43d9fe6f7 to your computer and use it in GitHub Desktop.
Save onegrx/50359c07ae9e8391c7d5d7e43d9fe6f7 to your computer and use it in GitHub Desktop.
#*****************************************************************
# 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