@@ -2,6 +2,8 @@ include::../banner.adoc[]
2
2
3
3
= Configuration
4
4
5
+ include::../banner.adoc[]
6
+
5
7
When using a custom NeoDash deployment, there are several settings that
6
8
can be configured. These mostly relate to
7
9
link:../standalone-mode[Standalone Mode] and SSO configurations.
@@ -21,7 +23,7 @@ will look like this:
21
23
"ssoProviders": [],
22
24
"ssoDiscoveryUrl": "https://example.com",
23
25
"standalone": false,
24
- "standaloneProtocol": "neo4j",
26
+ "standaloneProtocol": "neo4j+s ",
25
27
"standaloneHost": "localhost",
26
28
"standalonePort": "7687",
27
29
"standaloneDatabase": "neo4j",
@@ -57,7 +59,7 @@ mode (false), or reader mode (true). The terms ``Reader mode'' and
57
59
``Standalone mode'' are used interchangibly.
58
60
59
61
|standaloneProtocol |string |neo4j |When running in standalone mode, the
60
- protocol to used for the Neo4j driver. This shoudl be set to one of
62
+ protocol to used for the Neo4j driver. This should be set to one of
61
63
`neo4j`, `neo4j+s`, `neo4j+ssc`, `bolt`, `bolt+s`, or `bolt+ssc`.
62
64
63
65
|standaloneHost |string |localhost |When running in standalone mode, the
0 commit comments