neo4j daemon seems working
But needs IP in lan instead of localhost for a web browser.
Add /usr/local/neo4j/conf/neo4j.conf, content as below
After
How to let the config take effect?
Thanks
Code:
# pkg install neo4j
...
# neo4j start
Started neo4j (pid:1495). It is available at [URL]http://localhost:7474[/URL]
...
But needs IP in lan instead of localhost for a web browser.
Add /usr/local/neo4j/conf/neo4j.conf, content as below
Code:
# cat /usr/local/neo4j/conf/neo4j.conf
server.http.listen_address=192.168.1.200:7777
After
# neo4j restart
, the config doesn't take effect.How to let the config take effect?
Thanks