// This file can be replaced during build by using the `fileReplacements` array. // `ng build ---prod` replaces `environment.ts` with `environment.prod.ts`. // The list of file replacements can be found in `angular.json`. export const environment = { localEnvironment: true, production: false, cookies: { token: 'vc-ui-np', refreshToken: 'vc-ui-np-rt', refreshIntervalMinutes: 60 }, ocelot: { 'url': 'https://test.amp.monsanto.com/as', 'clientId': 'PD-VALUE-CAPTURE-LOCAL-UI', 'secret': 'ey04ZE74kIspZWF7OvhWhWgEOTSlGd9GIBWo07WMAAZLPWOM0l' }, endPointConfig: { 'vc-user-info-entitlements': 'https://api01-np.agro.services/vc-entitlements-test', 'vc-user-info-contracts': 'https://api01-np.agro.services/vc-user-info/userInfo', 'pod-translations-url': 'https://gkg1ib9end.execute-api.us-east-1.amazonaws.com/dev/pod/translate?app={apps}&locale={locale}', 'pod-public-api-url': 'https://api-t.monsanto.com/vc/dev', 'pod-credit-consumption-url': 'https://gkg1ib9end.execute-api.us-east-1.amazonaws.com/dev/credit-consumption', 'pod-credit-consumption-bulk-url': 'https://gkg1ib9end.execute-api.us-east-1.amazonaws.com/dev/bulk/credit-consumption', 'pod-credit-available-balance':"https://gkg1ib9end.execute-api.us-east-1.amazonaws.com/dev/credit/availableBalanceByTech", 'pod-credit-consumption-url-search': 'https://gkg1ib9end.execute-api.us-east-1.amazonaws.com/dev/', 'pod-credit-consumption-report-url': 'https://gkg1ib9end.execute-api.us-east-1.amazonaws.com/dev/credit-consumption/report' } }; /* * In development mode, to ignore zone related error stack frames such as * `zone.run`, `zoneDelegate.invokeTask` for easier debugging, you can * import the following file, but please comment it out in production mode * because it will have performance impact when throw error */ // import 'zone.js/dist/zone-error'; // Included with Angular CLI.