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