X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fenvironments%2Fenvironment.ts;h=5d7011265bfd1a7cb686b92abdd73f74042e7678;hb=4fc4541a26227dd880adfdd7599dea17b5b813f0;hp=1ea4835548ed0c41eaeb759d9c871f19298ef0bf;hpb=5e755fff9d70a7fd3c4f85bb524f1b774dd85b25;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts index 1ea483554..5d7011265 100644 --- a/client/src/environments/environment.ts +++ b/client/src/environments/environment.ts @@ -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: '' }