Project

General

Profile

1
// This file can be replaced during build by using the `fileReplacements` array.
2
// `ng build ---prod` replaces `environment.ts` with `environment.prod.ts`.
3
// The list of file replacements can be found in `angular.json`.
4

    
5
export const environment = {
6
  production: false,
7
  API_ENDPOINT: '/uoa-repository-manager-service',
8
  MATOMO_URL: 'https://analytics.openaire.eu/',
9
  MATOMO_SITE: 9222222,
10
  // FAQ_ENDPOINT: 'http://88.197.53.69:5555/api',
11
  // FAQ_HOMEPAGE: 'http://88.197.53.69:5555'
12
  FAQ_ENDPOINT: 'https://provide.openaire.eu/uoa-admin-tools/api',
13
  FAQ_HOMEPAGE: 'https://provide.openaire.eu/uoa-admin-tools/dashboard'
14
};
15

    
16
/*
17
 * In development mode, to ignore zone related error stack frames such as
18
 * `zone.run`, `zoneDelegate.invokeTask` for easier debugging, you can
19
 * import the following file, but please comment it out in production mode
20
 * because it will have performance impact when throw error
21
 */
22
// import 'zone.js/plugins/zone-error';  // Included with Angular CLI.
(3-3/3)