Skip to content

Commit

Permalink
Reintroduce the client-id config variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Jul 27, 2020
1 parent 1f05461 commit 002e9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,7 @@ def setupGraphapiOIdC():
'php occ config:system:set trusted_domains 2 --value=phoenix',
'php occ config:system:set openid-connect provider-url --value="https://konnectd:9130"',
'php occ config:system:set openid-connect loginButtonName --value=OpenId-Connect',
'php occ config:system:set openid-connect client-id --value=phoenix',
'php occ config:system:set openid-connect insecure --value=true --type=bool',
'php occ config:system:set cors.allowed-domains 0 --value="http://phoenix:9100"',
'php occ config:system:set memcache.local --value="\\\\OC\\\\Memcache\\\\APCu"',
Expand Down

0 comments on commit 002e9dc

Please sign in to comment.