Remote connection to Neo4j server

前端 未结 6 1376
我寻月下人不归
我寻月下人不归 2021-02-13 01:09

I believe the way to creating a remote connection is by changing this line in conf/neo4j-server.properties, specifically by removing the comment and restarting the

6条回答
  •  南旧
    南旧 (楼主)
    2021-02-13 01:22

    in 3.0:

    ##### To have HTTP accept non-local connections, uncomment this line
    dbms.connector.http.address=0.0.0.0:7474
    

提交回复
热议问题