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

7 lines
122 B
TypeScript
Raw Normal View History

2018-05-16 12:59:21 -05:00
export const environment = {
production: false,
hmr: true,
apiUrl: '',
2020-11-09 09:25:27 -06:00
originServerUrl: 'http://localhost:9000'
2018-05-16 12:59:21 -05:00
}