@@ -2,6 +2,8 @@ include::../banner.adoc[]
22
33= Configuration  
44
5+ include::../banner.adoc[]
6+ 
57When using a custom NeoDash deployment, there are several settings that
68can be configured. These mostly relate to
79link:../standalone-mode[Standalone Mode] and SSO configurations.
@@ -21,7 +23,7 @@ will look like this:
2123    "ssoProviders": [], 
2224    "ssoDiscoveryUrl": "https://example.com", 
2325    "standalone": false, 
24-     "standaloneProtocol": "neo4j", 
26+     "standaloneProtocol": "neo4j+s ", 
2527    "standaloneHost": "localhost", 
2628    "standalonePort": "7687", 
2729    "standaloneDatabase": "neo4j", 
@@ -57,7 +59,7 @@ mode (false), or reader mode (true). The terms ``Reader mode'' and
5759``Standalone mode'' are used interchangibly.
5860
5961|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
6163`neo4j`, `neo4j+s`, `neo4j+ssc`, `bolt`, `bolt+s`, or `bolt+ssc`.
6264
6365|standaloneHost |string |localhost |When running in standalone mode, the
0 commit comments