X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fenvironments%2Fenvironment.e2e.ts;h=a1a58e36ff9f944bc82c1674c8971255cb0fb2df;hb=baba61a6d6706084efc1040124900fcb82d63505;hp=b33ff9f8633cecfc7f0c4901e8e516ed8a51c394;hpb=72493e44e9b455a04c4f093ed6c6ffa300b98d8b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/environments/environment.e2e.ts b/client/src/environments/environment.e2e.ts index b33ff9f86..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' + originServerUrl: 'http://localhost:9001' }