diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-16 09:38:27 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-16 10:08:55 +0100 |
commit | b65de1be4dcf626c552be613d531d3f6e23c6085 (patch) | |
tree | 42c4d7440f9fadee6efb48ad39ccfe1a3bce8511 /client/e2e | |
parent | 9576506763c20c7efbdb229483440a1fc984cf4d (diff) | |
download | PeerTube-b65de1be4dcf626c552be613d531d3f6e23c6085.tar.gz PeerTube-b65de1be4dcf626c552be613d531d3f6e23c6085.tar.zst PeerTube-b65de1be4dcf626c552be613d531d3f6e23c6085.zip |
Use different p2p policy for embeds and webapp
Diffstat (limited to 'client/e2e')
-rw-r--r-- | client/e2e/src/utils/hooks.ts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/client/e2e/src/utils/hooks.ts b/client/e2e/src/utils/hooks.ts index 2f3d10fe3..e139d8183 100644 --- a/client/e2e/src/utils/hooks.ts +++ b/client/e2e/src/utils/hooks.ts | |||
@@ -57,7 +57,12 @@ function buildConfig (suiteFile: string = undefined) { | |||
57 | licence: 4 | 57 | licence: 4 |
58 | }, | 58 | }, |
59 | p2p: { | 59 | p2p: { |
60 | enabled: false | 60 | webapp: { |
61 | enabled: false | ||
62 | }, | ||
63 | embed: { | ||
64 | enabled: false | ||
65 | } | ||
61 | } | 66 | } |
62 | } | 67 | } |
63 | } | 68 | } |