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

7 lines
101 B
TypeScript
Raw Normal View History

2017-12-11 10:36:46 -06:00
export const environment = {
production: true,
2017-12-12 07:45:42 -06:00
hmr: false,
apiUrl: '',
2020-11-09 09:25:27 -06:00
originServerUrl: ''
2017-12-11 10:36:46 -06:00
}