const isLocalhost = false; const isLocalSTS = false; const isLocalReportsService = false; const baseUrl = isLocalhost ? 'http://localhost:62002' : 'https://api-sit.mworker.com'; const tokenEndpoint = isLocalSTS ? 'https://localhost:44305' : 'https://sts-sit.mworker.com'; const reportsServiceEndpoint = isLocalReportsService ? 'https://localhost:62005/api/reports' : 'https://reports-sit.mworker.com/api/reports'; declare var require: any export const environment = { production: false, environment: 'dev', baseUrl, tokenEndpoint, reportsServiceEndpoint, clientId: 'MW-Client-Quick-Start', clientSecret: 'f6b9c737-ee89-4bbe-a420-736a322fb04f', // Quick start Application insight key - MUST BE CHANGED applicationInsightKey: '30317e7f-bc09-4cec-9f75-dbbf5f14b380', version: require('../../package.json').version, syncLocalStorage: ['general'], agGridLicenseKey: 'CompanyName=Devinco AS,LicensedGroup=Ruben Edna,LicenseType=MultipleApplications,LicensedConcurrentDeveloperCount=5,LicensedProductionInstancesCount=3,AssetReference=AG-020313,ExpiryDate=5_November_2022_[v2]_MTY2NzYwNjQwMDAwMA==8862c7c1bce1fc564b1c79b1b151a4e6', preferenceKey: { general: 'mw-quick-start', }, auditServiceEndpoint: 'https://audit-service-sit.mworker.com', auditServiceKey: '8923e2c1-f7a9-4182-ba53-aace771c6ec', googleMapApiKey: 'AIzaSyC_zG8J075949YwwQFYh-fM7MLXKYDVQh8', attachmentsService: { uri: 'https://mw-attachments-sit.azurewebsites.net', scope: 'quick-start', }, firebase: { apiKey: 'AIzaSyA2Mlks__Ge7f24dt3kzpHbBvFw_Y-OcGA', authDomain: 'flutter-mw.firebaseapp.com', databaseURL: 'https://flutter-mw.firebaseio.com', projectId: 'flutter-mw', storageBucket: 'flutter-mw.appspot.com', messagingSenderId: '346238664142', appId: '1:346238664142:web:95ec2ccd475062692abf9f', }, moduleName: 'quick_start', skipAuthRoutes: [], skipCompanyProtectionRoutes: [], };