We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22c749 commit 993da26Copy full SHA for 993da26
readme.rst
@@ -43,8 +43,10 @@ your Neo4j DB yet).
43
Authentication
44
--------------
45
46
-By default, there is **NO** authentication. Anyone knowing its URL
47
-can acccess your Neo4j DB. You can setup authentication yourself if
48
-you need to. And of course, when Neo4j will be officially supported,
49
-authentication will be pre-configured by default, like for other
50
-dotCloud-supported database stacks.
+Default authentication is located in ~/neo4j/conf/db-acl.properties
+the default accounts are :
+
+write:passwordwrite
+readonly:passwordread
51
52
+Please don't forget to change it
0 commit comments