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

7 lines
94 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-07-10 04:13:41 -05:00
embedUrl: ''
2017-12-11 10:36:46 -06:00
}