Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the location of the configuration file in Neo4J 3.0?

Tags:

neo4j

I have recently installed Neo4j 3.0, and since I need to enable outside access, I need the configuration file, and where in the 2.3.3 the configuration files were located in within the /var/lib/neo4j/ structure.

I am not able to locate them anywhere in the 3.0 version. I know it have changed name to neo4j.conf.

My folder structure in the above directory is:

  • plugins
  • import
  • data
  • certificates

I am running Ubuntu 16.04 (Xenial Xerus). I have tried the documentation. However, that doesn't describe the location. I also already tried "find -name "neo4j.conf" without luck.

like image 721
Bjørn Øst Hansen Avatar asked Apr 28 '16 15:04

Bjørn Øst Hansen


1 Answers

[UPDATED]

According to the 3.0.0 Operations Manual, the default location of the config file for "Debian" is:

/etc/neo4j/neo4j.conf
like image 188
cybersam Avatar answered Sep 30 '22 07:09

cybersam