knowledge-graph.neo4j.password

Background

The neo4j server that is included with Funnelback will set the password to match the _svc_knowledge_graph user’s password which is based on the server secret. If the server secret is changed neo4j must be restarted for the change to take affect.

Setting the key

Set this configuration key in the server configuration.

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

Default value

By default this value is not set as the password is derived from the server secret.

knowledge-graph.neo4j.password=

Examples

To change the password to 'password' when connecting to a remote neo4j DB:

knowledge-graph.neo4j.password=password