mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
test: Disable ratelimit as tests trigger it
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
aec6eeb5b8
commit
7a6fd82a4b
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ INSTALLED=$($OCC status | grep installed: | cut -d " " -f 5)
|
|||
if [ "$INSTALLED" == "true" ]; then
|
||||
# Disable bruteforce protection because the integration tests do trigger them
|
||||
$OCC config:system:set auth.bruteforce.protection.enabled --value false --type bool
|
||||
# Disable rate limit protection because the integration tests do trigger them
|
||||
$OCC config:system:set ratelimit.protection.enabled --value false --type bool
|
||||
# Allow local remote urls otherwise we can not share
|
||||
$OCC config:system:set allow_local_remote_servers --value true --type bool
|
||||
# Allow self signed certificates
|
||||
|
|
|
|||
Loading…
Reference in a new issue