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

二次信任 提交于 2019-12-22 04:07:11

问题


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.


回答1:


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

/etc/neo4j/neo4j.conf


来源:https://stackoverflow.com/questions/36919507/what-is-the-location-of-the-configuration-file-in-neo4j-3-0

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!