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

7 lines
122 B
TypeScript
Raw Permalink Normal View History

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