diff --git a/angular/src/environments/environment.ts b/angular/src/environments/environment.ts index 59b19b2a..181d2edb 100644 --- a/angular/src/environments/environment.ts +++ b/angular/src/environments/environment.ts @@ -15,8 +15,8 @@ const largedata: any = require('../assets/sample-data/mds2-2116.json'); export const context = { production: false, - useMetadataService: true, - useCustomizationService: true + useMetadataService: false, + useCustomizationService: false }; export const config: LPSConfig = {