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