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 57592 stefania.m
  FAQ_ENDPOINT: 'http://audrey.athenarc.gr:5555/api',
11
  FAQ_HOMEPAGE: 'http://audrey.athenarc.gr:5555'
12
};
13
14
/*
15
 * For easier debugging in development mode, you can import the following file
16
 * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
17
 *
18
 * This import should be commented out in production mode because it will have a negative impact
19
 * on performance if an error is thrown.
20
 */
21
// import 'zone.js/dist/zone-error';  // Included with Angular CLI.