Loki
Loki

Reputation: 709

how to enable remote shell with embedded db on SDN4?

Hi I'm using the following configuration

 driver=org.neo4j.ogm.drivers.embedded.driver.EmbeddedDriver
 URI=file:///data/graph

in ogm.properties file

how can i enable remote shell with it?

thanks

Upvotes: 0

Views: 53

Answers (1)

Luanne
Luanne

Reputation: 19373

There's no way to pass custom configuration to the embedded driver. Please feel free to open a feature request at https://github.com/neo4j/neo4j-ogm/issues

Upvotes: 2

Related Questions