2019-11-13 11:22:40 +01:00
|
|
|
export const environment = {
|
|
|
|
production: true,
|
2020-06-03 00:28:13 +02:00
|
|
|
// API_ENDPOINT: '/api',
|
2020-12-13 13:06:37 +01:00
|
|
|
environmentName: 'prod',
|
2020-12-13 14:14:52 +01:00
|
|
|
API_ENDPOINT: 'https://services.openaire.eu/stats-tool/',
|
2021-06-23 15:36:15 +02:00
|
|
|
// API_ENDPOINT: 'http://stats.madgik.di.uoa.gr:8180/',
|
2019-11-13 11:22:40 +01:00
|
|
|
FAQ_ENDPOINT: '/uoa-admin-tools/api',
|
2021-04-12 11:31:47 +02:00
|
|
|
FAQ_HOMEPAGE: '/uoa-admin-tools/dashboard',
|
2021-06-23 15:36:15 +02:00
|
|
|
// profileName: 'OpenAIRE All-inclusive'
|
2021-07-23 11:11:40 +02:00
|
|
|
profileName: 'observatory',
|
|
|
|
MATOMO_URL: 'https://analytics.openaire.eu/',
|
|
|
|
MATOMO_SITE_ID: 509
|
2019-11-13 11:22:40 +01:00
|
|
|
};
|