Project

General

Profile

1
export const environment = {
2
  production: true,
3
  // API_ENDPOINT: '/api',
4
  environmentName: 'beta',
5
  API_ENDPOINT: 'https://beta.services.openaire.eu/stats-tool/',
6
  FAQ_ENDPOINT: '/uoa-admin-tools/api',
7
  FAQ_HOMEPAGE: '/uoa-admin-tools/dashboard',
8
  profileName: 'observatory'
9
};
(1-1/3)