]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/environments/environment.e2e.ts
Translated using Weblate (Vietnamese)
[github/Chocobozzz/PeerTube.git] / client / src / environments / environment.e2e.ts
index 7c00e8d4f9b56575f3a370a94804f7dc6ae694cc..a1a58e36ff9f944bc82c1674c8971255cb0fb2df 100644 (file)
@@ -1,5 +1,6 @@
 export const environment = {
   production: false,
   hmr: false,
-  apiUrl: 'http://localhost:9001'
+  apiUrl: 'http://localhost:9001',
+  originServerUrl: 'http://localhost:9001'
 }