1
0
Fork 0
peertube/client/src/environments/environment.hmr.ts

7 lines
122 B
TypeScript
Raw Permalink Normal View History

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