[Explore | Trunk]

update test properties:
	-add portal type
	-update search url (https version)


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@59498 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2020-10-01 11:31:33 +00:00
parent d71054cca7
commit d2ef31eab9
1 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-propert
export let properties: EnvProperties = {
environment: "test",
dashboard: "explore",
adminToolsPortalType: "explore",
enablePiwikTrack: false,
useCache: false,
useLongCache: true,
@ -14,8 +15,8 @@ export let properties: EnvProperties = {
statisticsFrameNewAPIURL: "https://services.openaire.eu/stats/",
useNewStatistisTool: false,
claimsAPIURL: "https://services.openaire.eu/claims/rest/claimsService/",
searchAPIURLLAst: "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/",
searchResourcesAPIURL: "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/resources",
searchAPIURLLAst: "https://services.openaire.eu/shadowSearch/v2/api/",
searchResourcesAPIURL: "https://services.openaire.eu/shadowSearch/v2/api/resources",
openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=",
csvAPIURL: "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/reports",
searchCrossrefAPIURL: "https://api.crossref.org/works",