Refactor: Separated "Other Videos" section into a dedicated component/service (#969)
[oweals/peertube.git] / client / src / environments / environment.prod.ts
1 export const environment = {
2   production: true,
3   hmr: false,
4   apiUrl: ''
5 }