X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fenvironments%2Fenvironment.e2e.ts;h=a1a58e36ff9f944bc82c1674c8971255cb0fb2df;hb=3bbb9bef22793db57010cad561c24cf552cb09b1;hp=7724d27c92993eae622fd4a3d1e34eadbcef04e3;hpb=1ebddadd0704812a4600c39cabe2268321e88331;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/environments/environment.e2e.ts b/client/src/environments/environment.e2e.ts index 7724d27c9..a1a58e36f 100644 --- a/client/src/environments/environment.e2e.ts +++ b/client/src/environments/environment.e2e.ts @@ -2,5 +2,5 @@ export const environment = { production: false, hmr: false, apiUrl: 'http://localhost:9001', - embedUrl: 'http://localhost:9001/videos/embed' + originServerUrl: 'http://localhost:9001' }