]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/environments/environment.ts
Better display redundancy pies
[github/Chocobozzz/PeerTube.git] / client / src / environments / environment.ts
index 1ea4835548ed0c41eaeb759d9c871f19298ef0bf..5d7011265bfd1a7cb686b92abdd73f74042e7678 100644 (file)
@@ -6,11 +6,11 @@
 //
 // In order to load these polyfills early enough (before app code), polyfill.ts imports this file to
 // to change the order in the final bundle.
-import 'core-js/es6/reflect'
-import 'core-js/es7/reflect'
+import 'core-js/features/reflect'
 
 export const environment = {
-  production: false,
+  production: true,
   hmr: false,
-  apiUrl: 'http://localhost:9000'
+  apiUrl: '',
+  originServerUrl: ''
 }