2019-07-21 16:59:47 +02:00
|
|
|
// This file can be replaced during build by using the `fileReplacements` array.
|
2020-02-16 16:15:07 +01:00
|
|
|
// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
|
2019-07-21 16:59:47 +02:00
|
|
|
// The list of file replacements can be found in `angular.json`.
|
|
|
|
|
|
|
|
export const environment = {
|
2020-03-26 19:29:55 +01:00
|
|
|
production: false,
|
2020-05-02 07:36:35 +02:00
|
|
|
nativeAssetId: '6f0279e9ed041c3d710a9f57d0c02928416460c4b722ae3457a11eec381c526d',
|
2021-12-28 14:59:11 +01:00
|
|
|
nativeTestAssetId: '144c654344aa716d6f3abcc1ca90e5641e4e2a7f633bc09fe3baf64585819a49',
|
2019-07-21 16:59:47 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
2020-02-16 16:15:07 +01: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.
|
2019-07-21 16:59:47 +02:00
|
|
|
*/
|
2021-09-22 13:07:25 +02:00
|
|
|
// import 'zone.js/plugins/zone-error'; // Included with Angular CLI.
|