X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fenvironments%2Fenvironment.ts;h=e005239766216aaac675b64b67b4beecd61409f6;hb=f95628636b6ccdf3eae2449ca718e075b072f678;hp=4816e30608142c5fd130b6fbc021b7eec2ddaad3;hpb=a9f6802e7dac4f21599076bc1119bb6ff16961dc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts index 4816e3060..e00523976 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: '', + embedUrl: '' }