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
  AAI_LOGOUT: 'https://openaire-dev.aai-dev.grnet.gr/proxy/saml2/idp/SingleLogoutService.php?ReturnTo=',
8
  API_ENDPOINT: '/uoa-repository-manager-service',
9
  MATOMO_URL: 'https://analytics.openaire.eu/',
10
  MATOMO_SITE: 9222222,
11
  // FAQ_ENDPOINT: 'http://88.197.53.69:5555/api',
12
  // FAQ_HOMEPAGE: 'http://88.197.53.69:5555'
13
  FAQ_ENDPOINT: 'https://provide.openaire.eu/uoa-admin-tools/api',
14
  FAQ_HOMEPAGE: 'https://provide.openaire.eu/uoa-admin-tools/dashboard'
15
};
16

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