]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/environments/environment.ts
Merge remote-tracking branch 'weblate/develop' into develop
[github/Chocobozzz/PeerTube.git] / client / src / environments / environment.ts
index 60f5d9450980cb49d8e0ec4b9cb2c0214957d684..5d7011265bfd1a7cb686b92abdd73f74042e7678 100644 (file)
@@ -9,8 +9,8 @@
 import 'core-js/features/reflect'
 
 export const environment = {
-  production: false,
+  production: true,
   hmr: false,
-  apiUrl: 'http://localhost:9000',
-  embedUrl: 'http://localhost:9000/videos/embed'
+  apiUrl: '',
+  originServerUrl: ''
 }