allow limiting video-comments rss feeds to an account or video channel
[oweals/peertube.git] / client / src / environments / environment.prod.ts
1 export const environment = {
2   production: true,
3   hmr: false,
4   apiUrl: '',
5   embedUrl: '/videos/embed'
6 }