We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eec83e commit e33c24fCopy full SHA for e33c24f
docs/modules/ROOT/pages/install.adoc
@@ -10,8 +10,13 @@ You can either download a prebuilt jar from the https://github.com/jbarrasa/neos
10
[source,shell]
11
----
12
dbms.unmanaged_extension_classes=n10s.endpoint=/rdf
13
-dbms.security.procedures.allowlist=apoc.coll.*,apoc.load.*,n10s.*
14
+
15
+[NOTE]
16
+----
17
+When the property `dbms.security.procedures.allowlist` is set, then it must include `n10s.*`` too.
18
19
20
3. Restart the server.
21
4. Check that the installation went well by running
22
[source,cypher]
0 commit comments