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

5 lines
64 B
TypeScript
Raw Normal View History

2017-12-11 10:36:46 -06:00
export const environment = {
production: true,
apiUrl: ''
}