[new-search-json | DONE | CHANGED] environment.ts: Updated dev property csvAPIURL to call beta test search service (old search-new json response) & set utilsService and cacheUrl on dev to call services from duffy (for testing).

This commit is contained in:
Konstantina Galouni 2024-11-26 12:34:24 +02:00
parent 75b81be60c
commit 18077ec29a
1 changed files with 3 additions and 3 deletions

View File

@ -106,16 +106,16 @@ export let commonDev: EnvProperties = {
searchAPIURLLAst: "http://beta.services.openaire.eu:8480/test/rest/v2/api/",
searchResourcesAPIURL: "http://beta.services.openaire.eu:8480/test/rest/v2/api/resources",
openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=",
csvAPIURL: "https://beta.services.openaire.eu/search/v2/api/reports",
csvAPIURL: "http://beta.services.openaire.eu:8480/test/rest/v2/api/reports",
orcidAPIURL: "http://dl170.madgik.di.uoa.gr:19480/uoa-orcid-service/",
orcidTokenURL: "https://sandbox.orcid.org/oauth/authorize?",
orcidClientId: "APP-A5M3KTX6NCN67L91",
utilsService: "http://dl170.madgik.di.uoa.gr:8000",
utilsService: "http://duffy.di.uoa.gr:8000",
vocabulariesAPI: "https://services.openaire.eu/provision/mvc/vocabularies/",
loginServiceURL: "http://dl170.madgik.di.uoa.gr:19080/login-service/",
cookieDomain: ".di.uoa.gr",
feedbackmail: "kostis30fylloy@gmail.com",
cacheUrl: "http://dl170.madgik.di.uoa.gr:3000/get?url=",
cacheUrl: "http://duffy.di.uoa.gr:3000/get?url=",
monitorServiceAPIURL: "http://dl170.madgik.di.uoa.gr:19380/uoa-monitor-service/",
adminToolsAPIURL: "http://dl170.madgik.di.uoa.gr:19280/uoa-admin-tools/",
datasourcesAPI: "https://beta.services.openaire.eu/openaire/ds/api/",