start neo4j server in a specific folder? -
i coming mongodb world can start mongo server in specific folder :
$ mongod --dbpath ./myfolder
how do same thing neo4j ?
in conf/neo4j-server.properties
there's setting you're looking for:
org.neo4j.server.database.location=data/graph.db
Comments
Post a Comment