X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fenvironments%2Fenvironment.prod.ts;h=e1b736c6183c192607640a640cfa29d58a75b257;hb=903631b117a3ee61fd5ff3d5995d83e110b37ca4;hp=c9f5a3b63fbd46d0e2382ac4e28da40e3b28b9af;hpb=63c4db6d71b98523753c51747e308682d9a2e8a0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/environments/environment.prod.ts b/client/src/environments/environment.prod.ts index c9f5a3b63..e1b736c61 100644 --- a/client/src/environments/environment.prod.ts +++ b/client/src/environments/environment.prod.ts @@ -1,4 +1,6 @@ export const environment = { production: true, - apiUrl: '' + hmr: false, + apiUrl: '', + originServerUrl: '' }