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

7 lines
101 B
TypeScript

export const environment = {
production: true,
hmr: false,
apiUrl: '',
originServerUrl: ''
}