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
  FAQ_ENDPOINT: 'http://audrey.athenarc.gr:5555/api',
9
  FAQ_HOMEPAGE: 'http://audrey.athenarc.gr:5555'
10
};
11

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