Currently I use Neo4j 2.2.0-RC01. The basic ath is enabled by default. How can I disable default default proof on Neo4j 2.2.0-RC01?
file conf / neo4j-server.properties , dbms. security.auth_enabled Change to false and restart Neo4j:
Authentication to access # neo4j dbms (or disable required) Security.auth_enabled = false
No comments:
Post a Comment