]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - environment.hmr.ts
72eed45e5e6e8d7c81427c75bbbdfdaeae37c785
[github/Chocobozzz/PeerTube.git] / environment.hmr.ts
1 export const environment = {
2 production: false,
3 hmr: true,
4 apiUrl: '',
5 embedUrl: 'http://localhost:9000/videos/embed'
6 }