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

7 lines
94 B
TypeScript
Raw Normal View History

2017-12-11 17:36:46 +01:00
export const environment = {
production: true,
2017-12-12 14:45:42 +01:00
hmr: false,
apiUrl: '',
2020-07-10 11:13:41 +02:00
embedUrl: ''
2017-12-11 17:36:46 +01:00
}