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