]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/environments/environment.hmr.ts
Translated using Weblate (Spanish)
[github/Chocobozzz/PeerTube.git] / client / src / environments / environment.hmr.ts
1 export const environment = {
2 production: false,
3 hmr: true,
4 apiUrl: '',
5 embedUrl: 'http://localhost:9000'
6 }