]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/environments/environment.hmr.ts
Fast forward on HLS decode error
[github/Chocobozzz/PeerTube.git] / client / src / environments / environment.hmr.ts
index 20e2b8fcd1468d2978bd549e86b28e46e18a040a..ab763192068ffb68c4b30fd6824de32319339866 100644 (file)
@@ -1,5 +1,6 @@
 export const environment = {
   production: false,
   hmr: true,
-  apiUrl: 'http://localhost:9000'
+  apiUrl: '',
+  originServerUrl: 'http://localhost:9000'
 }