]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/e2e/local.sh
Translated using Weblate (Galician)
[github/Chocobozzz/PeerTube.git] / scripts / e2e / local.sh
index e8db2e808464d9a3f882fc469e9a47893a0d4de7..40efa3525b8314120eadbb62012020cb9e976d93 100755 (executable)
@@ -11,4 +11,4 @@ npm run clean:server:test
 
 npm run concurrently -- -k -s first \
     "cd client && npm run ng -- e2e --port 3333 -c local" \
-    "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' node dist/server"
+    "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" }, \"signup\": { \"enabled\": false } }' node dist/server"