knowledge-graph.neo4j.location
Specifies the location of the neo4j server.
Key: knowledge-graph.neo4j.location
Type: String
Can be set in: global.cfg
Table of Contents
Description
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
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