1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Ability for admins to set default upload values

This commit is contained in:
Chocobozzz 2021-12-14 17:17:01 +01:00
parent a6f919e455
commit 3cf68b869d
No known key found for this signature in database
GPG key ID: 583A612D890159BE
31 changed files with 467 additions and 89 deletions

View file

@ -2,8 +2,4 @@
set -eu
npm run clean:server:test
npm run concurrently -- -k -s first \
"cd client/e2e && ../node_modules/.bin/wdio run ./wdio.browserstack.conf.ts" \
"NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"rates_limit\": { \"api\": { \"max\": 5000 }, \"login\": { \"max\": 5000 } }, \"log\": { \"level\": \"warn\" }, \"signup\": { \"enabled\": false } }' node dist/server"
cd client/e2e && ../node_modules/.bin/wdio run ./wdio.browserstack.conf.ts