X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fenvironments%2Fenvironment.ts;h=5d7011265bfd1a7cb686b92abdd73f74042e7678;hb=667d909b665f59f8ec3c08724e118d311e38b332;hp=4816e30608142c5fd130b6fbc021b7eec2ddaad3;hpb=72493e44e9b455a04c4f093ed6c6ffa300b98d8b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts index 4816e3060..5d7011265 100644 --- a/client/src/environments/environment.ts +++ b/client/src/environments/environment.ts @@ -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: '', + originServerUrl: '' }