]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/environments/environment.ts
Support plugin hooks in embed
[github/Chocobozzz/PeerTube.git] / client / src / environments / environment.ts
index 4816e30608142c5fd130b6fbc021b7eec2ddaad3..e005239766216aaac675b64b67b4beecd61409f6 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'
+  apiUrl: '',
+  embedUrl: ''
 }