[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 {
|
||||
environment:string; //{beta,test,production, development}
|
||||
domain:string;
|
||||
enablePiwikTrack:boolean ;
|
||||
enableHelper:boolean;
|
||||
useCache:boolean ;
|
||||
showContent:boolean ;
|
||||
environment: string; //{beta,test,production, development}
|
||||
domain: string;
|
||||
enablePiwikTrack: boolean;
|
||||
useCache: boolean;
|
||||
showContent: boolean;
|
||||
|
||||
metricsAPIURL;
|
||||
framesAPIURL;
|
||||
statisticsFrameAPIURL;
|
||||
statisticsFrameNewAPIURL;
|
||||
useNewStatistisTool:boolean;
|
||||
useNewStatistisTool: boolean;
|
||||
statisticsAPIURL;
|
||||
loginAPIURL;
|
||||
|
||||
claimsAPIURL;
|
||||
|
||||
|
@ -32,11 +28,8 @@ export class EnvProperties {
|
|||
|
||||
searchOrcidURL;
|
||||
orcidURL;
|
||||
pmidURL;
|
||||
doiURL;
|
||||
cordisURL;
|
||||
pmcURL;
|
||||
handleURL;
|
||||
openDoarURL;
|
||||
r3DataURL;
|
||||
|
||||
|
@ -71,12 +64,9 @@ export class EnvProperties {
|
|||
|
||||
cookieDomain;
|
||||
|
||||
feedbackQuestionaire;
|
||||
feedbackmail;
|
||||
feedbackmailForMissingEntities;
|
||||
|
||||
helperPageUrl;
|
||||
|
||||
cacheUrl;
|
||||
|
||||
|
||||
|
@ -118,7 +108,6 @@ export class EnvProperties {
|
|||
searchLinkToOrps;
|
||||
searchLinkToOrganizations;
|
||||
searchLinkToCompatibleDataProviders;
|
||||
searchLinkToCompatibleDataProvidersTable;
|
||||
searchLinkToEntityRegistriesDataProviders;
|
||||
searchLinkToEntityRegistriesDataProvidersTable;
|
||||
searchLinkToJournals;
|
||||
|
@ -132,7 +121,6 @@ export class EnvProperties {
|
|||
searchLinkToAdvancedOrps;
|
||||
searchLinkToAdvancedDataProviders;
|
||||
searchLinkToAdvancedOrganizations;
|
||||
searchLinkToAdvancedPeople;
|
||||
|
||||
|
||||
lastIndexInformationLink;
|
||||
|
@ -151,6 +139,6 @@ export class EnvProperties {
|
|||
// contact us recipients
|
||||
admins;
|
||||
|
||||
lastIndexUpdate:string;
|
||||
indexInfoAPI:string;
|
||||
lastIndexUpdate: string;
|
||||
indexInfoAPI: string;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue