Revision 59498
Added by Argiro Kokogiannaki about 4 years ago
modules/uoa-services-portal/trunk/explore/src/environments/environment.test.ts | ||
---|---|---|
3 | 3 |
export let properties: EnvProperties = { |
4 | 4 |
environment: "test", |
5 | 5 |
dashboard: "explore", |
6 |
adminToolsPortalType: "explore", |
|
6 | 7 |
enablePiwikTrack: false, |
7 | 8 |
useCache: false, |
8 | 9 |
useLongCache: true, |
... | ... | |
14 | 15 |
statisticsFrameNewAPIURL: "https://services.openaire.eu/stats/", |
15 | 16 |
useNewStatistisTool: false, |
16 | 17 |
claimsAPIURL: "https://services.openaire.eu/claims/rest/claimsService/", |
17 |
searchAPIURLLAst: "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/",
|
|
18 |
searchResourcesAPIURL: "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/resources",
|
|
18 |
searchAPIURLLAst: "https://services.openaire.eu/shadowSearch/v2/api/",
|
|
19 |
searchResourcesAPIURL: "https://services.openaire.eu/shadowSearch/v2/api/resources",
|
|
19 | 20 |
openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=", |
20 | 21 |
csvAPIURL: "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/reports", |
21 | 22 |
searchCrossrefAPIURL: "https://api.crossref.org/works", |
Also available in: Unified diff
[Explore | Trunk]
update test properties:
-add portal type
-update search url (https version)