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

6 lines
99 B
TypeScript
Raw Normal View History

2018-05-16 19:59:21 +02:00
export const environment = {
production: false,
hmr: true,
2018-05-22 09:42:05 +02:00
apiUrl: 'http://localhost:9000'
2018-05-16 19:59:21 +02:00
}