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 aec6eeb commit 7a6fd82Copy full SHA for 7a6fd82
1 file changed
build/integration/run.sh
@@ -20,6 +20,8 @@ INSTALLED=$($OCC status | grep installed: | cut -d " " -f 5)
20
if [ "$INSTALLED" == "true" ]; then
21
# Disable bruteforce protection because the integration tests do trigger them
22
$OCC config:system:set auth.bruteforce.protection.enabled --value false --type bool
23
+ # Disable rate limit protection because the integration tests do trigger them
24
+ $OCC config:system:set ratelimit.protection.enabled --value false --type bool
25
# Allow local remote urls otherwise we can not share
26
$OCC config:system:set allow_local_remote_servers --value true --type bool
27
# Allow self signed certificates
0 commit comments