]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/environments/environment.hmr.ts
Translated using Weblate (Dutch)
[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: '',
5beb89f2 5 originServerUrl: 'http://localhost:9000'
74af5a83 6}