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:
parent
a6f919e455
commit
3cf68b869d
31 changed files with 467 additions and 89 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue