Project

General

Profile

« Previous | Next » 

Revision 60125

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

View differences:

modules/open-science-observatory-ui/trunk/src/environments/environment.ts
6 6
  production: false,
7 7
  // API_ENDPOINT: '/uoa-repository-manager-service',
8 8
  environmentName: 'dev',
9
  API_ENDPOINT: 'https://stats.madgik.di.uoa.gr/stats-api/',
9
  API_ENDPOINT: 'http://stats.madgik.di.uoa.gr:8080/stats-api/',
10 10
  FAQ_ENDPOINT: 'http://audrey.athenarc.gr:5555/api',
11 11
  FAQ_HOMEPAGE: 'http://audrey.athenarc.gr:5555'
12 12
};
modules/open-science-observatory-ui/trunk/src/environments/environment.prod.ts
2 2
  production: true,
3 3
  // API_ENDPOINT: '/api',
4 4
  environmentName: 'prod',
5
  API_ENDPOINT: 'https://beta.services.openaire.eu/stats-tool/',
5
  API_ENDPOINT: 'https://services.openaire.eu/stats-tool/',
6 6
  FAQ_ENDPOINT: '/uoa-admin-tools/api',
7 7
  FAQ_HOMEPAGE: '/uoa-admin-tools/dashboard'
8 8
};

Also available in: Unified diff