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

7 lines
115 B
TypeScript
Raw Normal View History

2018-05-16 12:59:21 -05:00
export const environment = {
production: false,
hmr: true,
apiUrl: '',
2020-07-10 04:13:41 -05:00
embedUrl: 'http://localhost:9000'
2018-05-16 12:59:21 -05:00
}