]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/environments/environment.prod.ts
Translated using Weblate (Russian)
[github/Chocobozzz/PeerTube.git] / client / src / environments / environment.prod.ts
index c9f5a3b63fbd46d0e2382ac4e28da40e3b28b9af..2e9b9fefebc6caed54d7cf9f3ed191fd70892242 100644 (file)
@@ -1,4 +1,6 @@
 export const environment = {
   production: true,
-  apiUrl: ''
+  hmr: false,
+  apiUrl: '',
+  embedUrl: ''
 }