Skip to content

Commit 53aceb6

Browse files
committed
Base config
1 parent bc6fdea commit 53aceb6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

public/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"ssoEnabled": false,
3+
"ssoProviders": [],
34
"ssoDiscoveryUrl": "https://example.com",
45
"standalone": false,
56
"standaloneProtocol": "neo4j",

scripts/config-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set -e
55
echo " \
66
{ \
77
\"ssoEnabled\": ${ssoEnabled:=false}, \
8+
\"ssoProviders\": ${ssoProviders:=[]}, \
89
\"ssoDiscoveryUrl\": \"${ssoDiscoveryUrl:='https://example.com'}\", \
910
\"standalone\": "${standalone:=false}", \
1011
\"standaloneProtocol\": \"${standaloneProtocol:='neo4j+s'}\", \

0 commit comments

Comments
 (0)