Remote Neo4j mode#
Structr can connect to a running Neo4j server instance via the Bolt protocol.
The parameters below can be configured in the Config UI (accessible via http://<structr-host>:<structr-port>/structr/config/
):
After changing the connection settings, a restart is required.
Or written directly to structr.conf:
#############################################################################
# Neo4j server settings
#############################################################################
database.driver = org.structr.bolt.BoltDatabaseService
database.driver.mode = remote
database.connection.url = bolt://localhost:7687
database.connection.username = neo4j
database.connection.password = neo4j