allow limiting video-comments rss feeds to an account or video channel
[oweals/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/videos/embed'
6 }