Project

General

Profile

1
export const environment = {
2
  production: true,
3
  MATOMO_URL: 'https://analytics.openaire.eu/',
4
  MATOMO_SITE: 111,
5
  API_ENDPOINT: '/api',
6
  FAQ_ENDPOINT: '/uoa-admin-tools/api',
7
  FAQ_HOMEPAGE: '/uoa-admin-tools/dashboard'
8
};
(2-2/3)