]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/environments/environment.hmr.ts
Fix embed url
[github/Chocobozzz/PeerTube.git] / client / src / environments / environment.hmr.ts
index 20e2b8fcd1468d2978bd549e86b28e46e18a040a..3b6eff302c0ce0070225c32dd02f6680bceb4942 100644 (file)
@@ -1,5 +1,6 @@
 export const environment = {
   production: false,
   hmr: true,
-  apiUrl: 'http://localhost:9000'
+  apiUrl: '',
+  embedUrl: 'http://localhost:9000'
 }