Project

General

Profile

1
export const environment = {
2
  production: true,
3
  // API_ENDPOINT: '/api',
4
  environmentName: 'prod',
5
  // API_ENDPOINT: 'https://services.openaire.eu/stats-tool/',
6
  API_ENDPOINT: 'http://stats.madgik.di.uoa.gr:8180/',
7
  FAQ_ENDPOINT: '/uoa-admin-tools/api',
8
  FAQ_HOMEPAGE: '/uoa-admin-tools/dashboard',
9
  // profileName: 'OpenAIRE All-inclusive'
10
  profileName: 'observatory'
11
};
(2-2/3)