在Windows上,neo4j-server.properties本文档中描述的位置是什么?
http://docs.neo4j.org/chunked/stable/security-server.html
我无法在任何地方找到它,并在看似合理的地方自己创建它没有任何效果.
我希望能够从远程IP以外的地方访问服务器localhost.谢谢.
Neo4j安装在 C:\Program Files\Neo4j Community\bin\neo4j-community.exe
我已经创建了该文件 C:\Program Files\Neo4j Community\conf\neo4j-server.properties
这是完整的内容:
org.neo4j.server.webserver.port=7474
#allow any client to connect
org.neo4j.server.webserver.address=0.0.0.0
Run Code Online (Sandbox Code Playgroud)
但是,设置似乎没有生效.我错过了什么吗?
neo4j ×1