jexp / neo4j-clean-remote-db-addon

A server extension that allows cleaning the db with a single rest call (use with care)
55 stars 7 forks source link

README.md is misleading #5

Closed Enceradeira closed 12 years ago

Enceradeira commented 12 years ago

Hi

Please write org.neo4j.server.thirdparty_jaxrs_classes=org.neo4j.server.extension.test.delete=/db/data/cleandb instead of org.neo4j.server.thirdparty_jaxrs_classes=org.neo4j.server.extension.test.delete=/cleandb in the REAMD.md. This is because /db/data/cleandb is the default (according to http://docs.neo4j.org/chunked/stable/server-installation.html).

I followed your instructions and had an issue with https://github.com/maxdemarzi/neography, that wired to /db/data/cleandb by default.

Cheers Jorg

jexp commented 12 years ago

Thanks, fixed.