Skip to content

Commit

Permalink
Actually remove the debug config
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Jul 27, 2020
1 parent 4193c34 commit 1f05461
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,6 @@ def setupGraphapiOIdC():
'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 insecure --value=true --type=bool',
'php occ config:system:set debug --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"',
'php occ config:system:set phoenix.baseUrl --value="http://phoenix:9100"',
Expand Down

0 comments on commit 1f05461

Please sign in to comment.