Hosting Neo4J Browser Separately From Server

对着背影说爱祢 提交于 2019-12-05 02:57:04

The Neo4j Browser is an angular app that you can find in the neo4j source code at https://github.com/neo4j/neo4j/tree/2.3/community/browser

You can set the host that the browser app can talk to:

:config host:"http://host:port"

This is an undocumented feature and might be removed.

For 3.0 the intent is to decouple browser and Neo4j anyway.

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