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

7 lines
101 B
TypeScript
Raw Permalink 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-11-09 16:25:27 +01:00
originServerUrl: ''
2017-12-11 17:36:46 +01:00
}