From 79813a774ef7a3975b6083e1e5bd874d6ddd8f7d Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Thu, 1 Aug 2019 11:54:44 +0000 Subject: [PATCH] [Admin]: Remove unused properties. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56827 d315682c-612b-4755-9ff5-7f18f6832af3 --- deploy/beta-properties.json | 7 ------- deploy/production-properties.json | 7 ------- src/assets/env-properties.json | 7 ------- 3 files changed, 21 deletions(-) diff --git a/deploy/beta-properties.json b/deploy/beta-properties.json index df82196..f2ffbc0 100644 --- a/deploy/beta-properties.json +++ b/deploy/beta-properties.json @@ -1,7 +1,6 @@ { "environment":"beta", "enablePiwikTrack" : false, - "enableHelper" : true, "useCache" : true, "metricsAPIURL" : "https://beta.services.openaire.eu/usagestats/", "framesAPIURL" : "https://beta.openaire.eu/stats3/", @@ -18,11 +17,8 @@ "searchDataciteAPIURL" : "https://api.datacite.org/works", "searchOrcidURL" : "https://pub.orcid.org/", "orcidURL" : "https://orcid.org/", - "pmidURL" : "http://www.ncbi.nlm.nih.gov/pubmed/", "doiURL" : "https://dx.doi.org/", "cordisURL" : "http://cordis.europa.eu/projects/", - "pmcURL" : "http://europepmc.org/articles/", - "handleURL" : "http://hdl.handle.net/", "zenodo" : "https://zenodo.org/", "zenodoCommunities" : "https://zenodo.org/api/communities/", "openAccess" : "https://www.openaire.eu/support/faq#article-id-234", @@ -42,7 +38,6 @@ "cookieDomain" :".openaire.eu", - "feedbackQuestionaire" :"https://docs.google.com/forms/d/e/1FAIpQLSf7AJ-1MG98qeOKL4BUNBk47AAl5MPJC6CdRu19xIhwApN3NA/viewform", "feedbackmail" :"openaire.test@gmail.com", "feedbackmailForMissingEntities": "feedback@openaire.eu", @@ -75,7 +70,6 @@ "searchLinkToSoftware" : "/search/find/software", "searchLinkToOrganizations" : "/search/find/organizations", "searchLinkToCompatibleDataProviders" : "/search/content-providers", - "searchLinkToCompatibleDataProvidersTable" : "/search/content-providers-table", "searchLinkToEntityRegistriesDataProviders" : "/search/entity-registries", "searchLinkToEntityRegistriesDataProvidersTable" : "/search/entity-registries-table", "searchLinkToJournals" : "/search/journals", @@ -87,7 +81,6 @@ "searchLinkToAdvancedSoftware" : "/search/advanced/software", "searchLinkToAdvancedDataProviders" : "/search/advanced/dataproviders", "searchLinkToAdvancedOrganizations" : "/search/advanced/organizations", - "searchLinkToAdvancedPeople" : "/search/advanced/people", "sendMailUrl": "https://beta.services.openaire.eu/uoa-admin-tools/sendMail", "notifyForNewManagers": "https://beta.services.openaire.eu/uoa-admin-tools/notifyForNewManagers/", diff --git a/deploy/production-properties.json b/deploy/production-properties.json index f497604..394bebc 100644 --- a/deploy/production-properties.json +++ b/deploy/production-properties.json @@ -1,7 +1,6 @@ { "environment":"production", "enablePiwikTrack" : false, - "enableHelper" : true, "useCache" : true, "metricsAPIURL" : "https://services.openaire.eu/usagestats/", "framesAPIURL" : "https://www.openaire.eu/stats3/", @@ -18,11 +17,8 @@ "searchDataciteAPIURL" : "https://api.datacite.org/works", "searchOrcidURL" : "https://pub.orcid.org/", "orcidURL" : "https://orcid.org/", - "pmidURL" : "http://www.ncbi.nlm.nih.gov/pubmed/", "doiURL" : "https://dx.doi.org/", "cordisURL" : "http://cordis.europa.eu/projects/", - "pmcURL" : "http://europepmc.org/articles/", - "handleURL" : "http://hdl.handle.net/", "zenodo" : "https://zenodo.org/", "zenodoCommunities" : "https://zenodo.org/api/communities/", "openAccess" : "https://www.openaire.eu/support/faq#article-id-234", @@ -42,7 +38,6 @@ "cookieDomain" :".openaire.eu", - "feedbackQuestionaire" :"https://docs.google.com/forms/d/e/1FAIpQLSf7AJ-1MG98qeOKL4BUNBk47AAl5MPJC6CdRu19xIhwApN3NA/viewform", "feedbackmail" :"openaire.test@gmail.com", "feedbackmailForMissingEntities": "feedback@openaire.eu", @@ -75,7 +70,6 @@ "searchLinkToSoftware" : "/search/find/software", "searchLinkToOrganizations" : "/search/find/organizations", "searchLinkToCompatibleDataProviders" : "/search/content-providers", - "searchLinkToCompatibleDataProvidersTable" : "/search/content-providers-table", "searchLinkToEntityRegistriesDataProviders" : "/search/entity-registries", "searchLinkToEntityRegistriesDataProvidersTable" : "/search/entity-registries-table", "searchLinkToJournals" : "/search/journals", @@ -87,7 +81,6 @@ "searchLinkToAdvancedSoftware" : "/search/advanced/software", "searchLinkToAdvancedDataProviders" : "/search/advanced/dataproviders", "searchLinkToAdvancedOrganizations" : "/search/advanced/organizations", - "searchLinkToAdvancedPeople" : "/search/advanced/people", "sendMailUrl": "https://services.openaire.eu/uoa-admin-tools/sendMail", "notifyForNewManagers": "https://services.openaire.eu/uoa-admin-tools/notifyForNewManagers/", diff --git a/src/assets/env-properties.json b/src/assets/env-properties.json index 5c83c13..c725995 100644 --- a/src/assets/env-properties.json +++ b/src/assets/env-properties.json @@ -1,7 +1,6 @@ { "environment":"production", "enablePiwikTrack" : false, - "enableHelper" : false, "useCache" : false, "metricsAPIURL" : "https://beta.services.openaire.eu/usagestats/", "framesAPIURL" : "https://beta.openaire.eu/stats3/", @@ -18,11 +17,8 @@ "searchDataciteAPIURL" : "https://api.datacite.org/works", "searchOrcidURL" : "https://pub.orcid.org/", "orcidURL" : "https://orcid.org/", - "pmidURL" : "http://www.ncbi.nlm.nih.gov/pubmed/", "doiURL" : "https://dx.doi.org/", "cordisURL" : "http://cordis.europa.eu/projects/", - "pmcURL" : "http://europepmc.org/articles/", - "handleURL" : "http://hdl.handle.net/", "zenodo" : "https://zenodo.org/", "zenodoCommunities" : "https://zenodo.org/api/communities/", "openAccess" : "https://www.openaire.eu/support/faq#article-id-234", @@ -43,7 +39,6 @@ "cookieDomain" :".di.uoa.gr", - "feedbackQuestionaire" :"https://docs.google.com/forms/d/e/1FAIpQLSf7AJ-1MG98qeOKL4BUNBk47AAl5MPJC6CdRu19xIhwApN3NA/viewform", "feedbackmail" :"openaire.test@gmail.com", "feedbackmailForMissingEntities" :"feedback@openaire.eu", "cacheUrl" :"http://scoobydoo.di.uoa.gr:3000/get?url=", @@ -75,7 +70,6 @@ "searchLinkToSoftware" : "/search/find/software", "searchLinkToOrganizations" : "/search/find/organizations", "searchLinkToCompatibleDataProviders" : "/search/content-providers", - "searchLinkToCompatibleDataProvidersTable" : "/search/content-providers-table", "searchLinkToEntityRegistriesDataProviders" : "/search/entity-registries", "searchLinkToEntityRegistriesDataProvidersTable" : "/search/entity-registries-table", "searchLinkToJournals" : "/search/journals", @@ -87,7 +81,6 @@ "searchLinkToAdvancedSoftware" : "/search/advanced/software", "searchLinkToAdvancedDataProviders" : "/search/advanced/dataproviders", "searchLinkToAdvancedOrganizations" : "/search/advanced/organizations", - "searchLinkToAdvancedPeople" : "/search/advanced/people", "sendMailUrl": "http://duffy.di.uoa.gr:8080/uoa-admin-tools/sendMail", "notifyForNewManagers": "http://duffy.di.uoa.gr:8080/uoa-admin-tools/notifyForNewManagers/",