]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/environments/environment.prod.ts
Merge branch 'release/4.3.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / environments / environment.prod.ts
1 export const environment = {
2 production: true,
3 hmr: false,
4 apiUrl: '',
5 originServerUrl: ''
6 }