2018-05-25 13:49:00 +00:00
|
|
|
// This file can be replaced during build by using the `fileReplacements` array.
|
2018-11-26 03:16:03 +00:00
|
|
|
// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
|
2018-05-25 13:49:00 +00:00
|
|
|
// The list of file replacements can be found in `angular.json`.
|
|
|
|
|
|
|
|
export const environment = {
|
2020-05-30 18:09:02 +00:00
|
|
|
production: false,
|
2020-12-08 06:39:19 +00:00
|
|
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
2020-10-07 13:11:17 +00:00
|
|
|
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
|
2022-01-16 10:38:55 +00:00
|
|
|
version: '10.3.5',
|
2018-05-25 13:49:00 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
2018-11-26 03:16:03 +00:00
|
|
|
* For easier debugging in development mode, you can import the following file
|
|
|
|
* to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
|
|
|
|
*
|
|
|
|
* This import should be commented out in production mode because it will have a negative impact
|
|
|
|
* on performance if an error is thrown.
|
2018-05-25 13:49:00 +00:00
|
|
|
*/
|
2021-09-06 15:06:36 +00:00
|
|
|
// import 'zone.js/plugins/zone-error'; // Included with Angular CLI.
|