knowledge-graph.neo4j.location

Background

By default this will be set to use the provided local neo4j DB. This can be set to point to a different neo4j DB. The setting requires both a host name and a port in the form:

host:port

Setting the key

Set this configuration key in the server configuration.

Use the configuration key editor to add or edit the knowledge-graph.neo4j.location key, and set the value. This can be set to any valid String value.

Default value

The Default is to point to the local neo4j server, the default value of this may change in the future.

knowledge-graph.neo4j.location=localhost:7687

Examples

If the neo4j default port is changed to 17687:

knowledge-graph.neo4j.location=localhost:17687