|
94 | 94 | --admin-user admin --admin-pass ${{ env.NC_AUTH_PASS }}
|
95 | 95 | php occ config:system:set loglevel --value=1 --type=integer
|
96 | 96 | php occ config:system:set debug --value=true --type=boolean
|
| 97 | + php occ config:system:set ratelimit.protection.enabled --value=false --type=boolean |
97 | 98 | PHP_CLI_SERVER_WORKERS=2 php -S localhost:8080 &
|
98 | 99 |
|
99 | 100 | - name: Checkout NcPyApi
|
@@ -222,6 +223,7 @@ jobs:
|
222 | 223 | --admin-user admin --admin-pass ${{ env.NC_AUTH_PASS }}
|
223 | 224 | ./occ config:system:set loglevel --value=0 --type=integer
|
224 | 225 | ./occ config:system:set debug --value=true --type=boolean
|
| 226 | + ./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean |
225 | 227 | ./occ app:enable notifications
|
226 | 228 | PHP_CLI_SERVER_WORKERS=2 php -S localhost:8080 &
|
227 | 229 |
|
@@ -387,6 +389,7 @@ jobs:
|
387 | 389 | --admin-user admin --admin-pass ${{ env.NC_AUTH_PASS }}
|
388 | 390 | ./occ config:system:set loglevel --value=0 --type=integer
|
389 | 391 | ./occ config:system:set debug --value=true --type=boolean
|
| 392 | + ./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean |
390 | 393 | ./occ app:enable notifications
|
391 | 394 | ./occ app:enable activity
|
392 | 395 | PHP_CLI_SERVER_WORKERS=2 php -S localhost:8080 &
|
@@ -543,6 +546,7 @@ jobs:
|
543 | 546 | --admin-user admin --admin-pass ${{ env.NC_AUTH_PASS }}
|
544 | 547 | ./occ config:system:set loglevel --value=0 --type=integer
|
545 | 548 | ./occ config:system:set debug --value=true --type=boolean
|
| 549 | + ./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean |
546 | 550 | ./occ app:enable activity
|
547 | 551 | PHP_CLI_SERVER_WORKERS=2 php -S localhost:8080 &
|
548 | 552 |
|
|
0 commit comments