]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/e2e/src/utils/hooks.ts
Add ability to filter my imports by target URL
[github/Chocobozzz/PeerTube.git] / client / e2e / src / utils / hooks.ts
index e42c6a5d8b04cc149ca4b8efd656ffce60ce8cfe..e139d8183739dc3f36e5c604694b7d5a6f9c7236 100644 (file)
@@ -55,6 +55,14 @@ function buildConfig (suiteFile: string = undefined) {
           comments_enabled: false,
           privacy: 4,
           licence: 4
+        },
+        p2p: {
+          webapp: {
+            enabled: false
+          },
+          embed: {
+            enabled: false
+          }
         }
       }
     }