openvidu/openvidu-components-angular/src/environments/environment.prod.ts

7 lines
209 B
TypeScript
Raw Normal View History

export const environment = {
production: true,
// The webcomponent build will use this environment.
// Wee need this flag for settings a delay in the layout for correct behaviour
webcomponent: true
};