PeerTube/client/src/environments/environment.hmr.ts

7 lines
128 B
TypeScript
Raw Normal View History

2018-05-16 12:59:21 -05:00
export const environment = {
production: false,
hmr: true,
apiUrl: '',
embedUrl: 'http://localhost:9000/videos/embed'
2018-05-16 12:59:21 -05:00
}