1. 'datasourcesAPI' property changed to the one that has https.
2. 'datasourcesAPI' property added in production properties file (connect-production-properties.json). git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@51998 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
1e042b712a
commit
4dc7d9768e
|
@ -45,6 +45,8 @@
|
|||
|
||||
"cacheUrl" :"https://demo.openaire.eu/cache/get?url=",
|
||||
|
||||
"datasourcesAPI": "https://beta.services.openaire.eu/openaire/ds/search/",
|
||||
|
||||
"adminToolsAPIURL" :"https://beta.services.openaire.eu/uoa-admin-tools/",
|
||||
|
||||
"adminToolsCommunity" :"openaire",
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
"adminToolsCommunity" :"openaire",
|
||||
|
||||
"datasourcesAPI": "http://beta.services.openaire.eu:8080/openaire/ds/search/",
|
||||
"datasourcesAPI": "https://beta.services.openaire.eu/openaire/ds/search/",
|
||||
|
||||
"communityAPI": "https://dev-openaire.d4science.org/openaire/community/",
|
||||
"communitiesAPI": "https://dev-openaire.d4science.org/openaire/community/communities",
|
||||
|
|
Loading…
Reference in New Issue