]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/environments/environment.hmr.ts
Fix embed url
[github/Chocobozzz/PeerTube.git] / client / src / environments / environment.hmr.ts
CommitLineData
74af5a83
C
1export const environment = {
2 production: false,
3 hmr: true,
1ebddadd 4 apiUrl: '',
72493e44 5 embedUrl: 'http://localhost:9000'
74af5a83 6}