neo4j-contrib / neovis.js

Neo4j + vis.js = neovis.js. Graph visualizations in the browser with data from Neo4j.
Apache License 2.0
1.59k stars 324 forks source link

Changing database name in config #359

Closed NudistBeaaach closed 1 year ago

NudistBeaaach commented 1 year ago

Hi, is it possible to specify a different database name from the default one of neo4j (with the name "neo4j") in the config ? I did not find example of how to do this.

thebestnom commented 1 year ago

https://neo4j-contrib.github.io/neovis.js/interfaces/BaseNeovisConfig.html#serverDatabase

NudistBeaaach commented 1 year ago

Thx a lot, that was obvious!

thebestnom commented 1 year ago

No problem 😄