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-service-fee-reports': '', 'pod-service-fee-participant-url': '' } };