[Library]: Remove unused properties(admin,connect,explore).
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56824 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
016e90a894
commit
5a7f37302b
|
@ -1,20 +1,16 @@
|
||||||
import { Injectable } from '@angular/core';
|
|
||||||
|
|
||||||
export class EnvProperties {
|
export class EnvProperties {
|
||||||
environment:string; //{beta,test,production, development}
|
environment: string; //{beta,test,production, development}
|
||||||
domain:string;
|
domain: string;
|
||||||
enablePiwikTrack:boolean ;
|
enablePiwikTrack: boolean;
|
||||||
enableHelper:boolean;
|
useCache: boolean;
|
||||||
useCache:boolean ;
|
showContent: boolean;
|
||||||
showContent:boolean ;
|
|
||||||
|
|
||||||
metricsAPIURL;
|
metricsAPIURL;
|
||||||
framesAPIURL;
|
framesAPIURL;
|
||||||
statisticsFrameAPIURL;
|
statisticsFrameAPIURL;
|
||||||
statisticsFrameNewAPIURL;
|
statisticsFrameNewAPIURL;
|
||||||
useNewStatistisTool:boolean;
|
useNewStatistisTool: boolean;
|
||||||
statisticsAPIURL;
|
statisticsAPIURL;
|
||||||
loginAPIURL;
|
|
||||||
|
|
||||||
claimsAPIURL;
|
claimsAPIURL;
|
||||||
|
|
||||||
|
@ -32,11 +28,8 @@ export class EnvProperties {
|
||||||
|
|
||||||
searchOrcidURL;
|
searchOrcidURL;
|
||||||
orcidURL;
|
orcidURL;
|
||||||
pmidURL;
|
|
||||||
doiURL;
|
doiURL;
|
||||||
cordisURL;
|
cordisURL;
|
||||||
pmcURL;
|
|
||||||
handleURL;
|
|
||||||
openDoarURL;
|
openDoarURL;
|
||||||
r3DataURL;
|
r3DataURL;
|
||||||
|
|
||||||
|
@ -71,12 +64,9 @@ export class EnvProperties {
|
||||||
|
|
||||||
cookieDomain;
|
cookieDomain;
|
||||||
|
|
||||||
feedbackQuestionaire;
|
|
||||||
feedbackmail;
|
feedbackmail;
|
||||||
feedbackmailForMissingEntities;
|
feedbackmailForMissingEntities;
|
||||||
|
|
||||||
helperPageUrl;
|
|
||||||
|
|
||||||
cacheUrl;
|
cacheUrl;
|
||||||
|
|
||||||
|
|
||||||
|
@ -118,7 +108,6 @@ export class EnvProperties {
|
||||||
searchLinkToOrps;
|
searchLinkToOrps;
|
||||||
searchLinkToOrganizations;
|
searchLinkToOrganizations;
|
||||||
searchLinkToCompatibleDataProviders;
|
searchLinkToCompatibleDataProviders;
|
||||||
searchLinkToCompatibleDataProvidersTable;
|
|
||||||
searchLinkToEntityRegistriesDataProviders;
|
searchLinkToEntityRegistriesDataProviders;
|
||||||
searchLinkToEntityRegistriesDataProvidersTable;
|
searchLinkToEntityRegistriesDataProvidersTable;
|
||||||
searchLinkToJournals;
|
searchLinkToJournals;
|
||||||
|
@ -132,7 +121,6 @@ export class EnvProperties {
|
||||||
searchLinkToAdvancedOrps;
|
searchLinkToAdvancedOrps;
|
||||||
searchLinkToAdvancedDataProviders;
|
searchLinkToAdvancedDataProviders;
|
||||||
searchLinkToAdvancedOrganizations;
|
searchLinkToAdvancedOrganizations;
|
||||||
searchLinkToAdvancedPeople;
|
|
||||||
|
|
||||||
|
|
||||||
lastIndexInformationLink;
|
lastIndexInformationLink;
|
||||||
|
@ -151,6 +139,6 @@ export class EnvProperties {
|
||||||
// contact us recipients
|
// contact us recipients
|
||||||
admins;
|
admins;
|
||||||
|
|
||||||
lastIndexUpdate:string;
|
lastIndexUpdate: string;
|
||||||
indexInfoAPI:string;
|
indexInfoAPI: string;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue