Skip to content

knowledge-graph.neo4j.location

Specifies the location of the neo4j server.

Key: knowledge-graph.neo4j.location
Type: String
Can be set in: global.cfg

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

Examples

If the neo4j default port is changed to 17687:

knowledge-graph.neo4j.location=localhost:17687

See Also

top

Funnelback logo
v15.24.0