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
  environmentName: 'dev',
9
  API_ENDPOINT: 'http://stats.madgik.di.uoa.gr:8080/stats-api/',
10
  // API_ENDPOINT: 'https://beta.services.openaire.eu/stats-tool/',
11
  FAQ_ENDPOINT: 'http://audrey.athenarc.gr:5555/api',
12
  FAQ_HOMEPAGE: 'http://audrey.athenarc.gr:5555',
13
  profileName: 'openaire'
14
};
15

    
16
/*
17
 * For easier debugging in development mode, you can import the following file
18
 * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
19
 *
20
 * This import should be commented out in production mode because it will have a negative impact
21
 * on performance if an error is thrown.
22
 */
23
// import 'zone.js/dist/zone-error';  // Included with Angular CLI.
(3-3/3)