Reverted the prod build to talk to production stats tool

This commit is contained in:
Stefania Martziou 2021-11-03 11:57:47 +00:00
parent 6da63b2dbd
commit e1a03985de
1 changed files with 4 additions and 3 deletions

View File

@ -2,12 +2,13 @@ export const environment = {
production: true,
// API_ENDPOINT: '/api',
environmentName: 'prod',
// API_ENDPOINT: 'https://services.openaire.eu/stats-tool/',
API_ENDPOINT: 'https://stats.madgik.di.uoa.gr/stats-api/',
API_ENDPOINT: 'https://services.openaire.eu/stats-tool/',
// API_ENDPOINT: 'https://stats.madgik.di.uoa.gr/stats-api/',
FAQ_ENDPOINT: '/uoa-admin-tools/api',
FAQ_HOMEPAGE: '/uoa-admin-tools/dashboard',
// profileName: 'OpenAIRE All-inclusive'
profileName: 'observatory',
MATOMO_URL: 'https://analytics.openaire.eu/',
MATOMO_SITE_ID: 509
MATOMO_SITE_ID: 509,
cc_icon_path: '//osobservatory.openaire.eu/assets/img/icons/cc.svg'
};