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 bc6fdea commit 53aceb6Copy full SHA for 53aceb6
public/config.json
@@ -1,5 +1,6 @@
1
{
2
"ssoEnabled": false,
3
+ "ssoProviders": [],
4
"ssoDiscoveryUrl": "https://example.com",
5
"standalone": false,
6
"standaloneProtocol": "neo4j",
scripts/config-entrypoint.sh
@@ -5,6 +5,7 @@ set -e
echo " \
{ \
7
\"ssoEnabled\": ${ssoEnabled:=false}, \
8
+ \"ssoProviders\": ${ssoProviders:=[]}, \
9
\"ssoDiscoveryUrl\": \"${ssoDiscoveryUrl:='https://example.com'}\", \
10
\"standalone\": "${standalone:=false}", \
11
\"standaloneProtocol\": \"${standaloneProtocol:='neo4j+s'}\", \
0 commit comments