Fixed the stats tool URL for production and temporary fix for the dev stats tool

This commit is contained in:
Stefania Martziou 2020-12-13 13:14:52 +00:00
parent c875dcf279
commit ecd8b8013d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ export const environment = {
production: true,
// API_ENDPOINT: '/api',
environmentName: 'prod',
API_ENDPOINT: 'https://beta.services.openaire.eu/stats-tool/',
API_ENDPOINT: 'https://services.openaire.eu/stats-tool/',
FAQ_ENDPOINT: '/uoa-admin-tools/api',
FAQ_HOMEPAGE: '/uoa-admin-tools/dashboard'
};

View File

@ -6,7 +6,7 @@ export const environment = {
production: false,
// API_ENDPOINT: '/uoa-repository-manager-service',
environmentName: 'dev',
API_ENDPOINT: 'https://stats.madgik.di.uoa.gr/stats-api/',
API_ENDPOINT: 'http://stats.madgik.di.uoa.gr:8080/stats-api/',
FAQ_ENDPOINT: 'http://audrey.athenarc.gr:5555/api',
FAQ_HOMEPAGE: 'http://audrey.athenarc.gr:5555'
};