Project

General

Profile

1 57592 stefania.m
// 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 58825 stefania.m
  // API_ENDPOINT: '/uoa-repository-manager-service',
8 60122 stefania.m
  environmentName: 'dev',
9 60125 stefania.m
  API_ENDPOINT: 'http://stats.madgik.di.uoa.gr:8080/stats-api/',
10 60835 stefania.m
  // API_ENDPOINT: 'https://beta.services.openaire.eu/stats-tool/',
11 57592 stefania.m
  FAQ_ENDPOINT: 'http://audrey.athenarc.gr:5555/api',
12 60835 stefania.m
  FAQ_HOMEPAGE: 'http://audrey.athenarc.gr:5555',
13
  profileName: 'openaire'
14 57592 stefania.m
};
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.