X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fenvironments%2Fenvironment.ts;h=5d7011265bfd1a7cb686b92abdd73f74042e7678;hb=dec6a7ae0e38dde3dc8b4c007ccc2e4b290ed23a;hp=60f5d9450980cb49d8e0ec4b9cb2c0214957d684;hpb=1ebddadd0704812a4600c39cabe2268321e88331;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts index 60f5d9450..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/videos/embed' + apiUrl: '', + originServerUrl: '' }