]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/environments/environment.e2e.ts
Translated using Weblate (Russian)
[github/Chocobozzz/PeerTube.git] / client / src / environments / environment.e2e.ts
CommitLineData
74af5a83
C
1export const environment = {
2 production: false,
3 hmr: false,
1ebddadd
RK
4 apiUrl: 'http://localhost:9001',
5 embedUrl: 'http://localhost:9001/videos/embed'
74af5a83 6}