]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/environments/environment.hmr.ts
Client E2E tests first step
[github/Chocobozzz/PeerTube.git] / client / src / environments / environment.hmr.ts
CommitLineData
74af5a83
C
1export const environment = {
2 production: false,
3 hmr: true,
4 apiUrl: 'http://localhost:9000'
5}