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
  FAQ_ENDPOINT: '/uoa-admin-tools/api',
7
  FAQ_HOMEPAGE: '/uoa-admin-tools/dashboard',
8
  profileName: 'openaire'
9
};
(2-2/3)