import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-properties"; export let properties: EnvProperties = { environment: "production", enablePiwikTrack: true, useCache: true, showContent: true, statisticsAPIURL: "https://services.openaire.eu/stats-api/", statisticsFrameAPIURL: "https://www.openaire.eu/stats/", statisticsFrameNewAPIURL: "", useNewStatistisTool: false, claimsAPIURL: "https://services.openaire.eu/claims/rest/claimsService/", searchAPIURLLAst: "https://services.openaire.eu/search/v2/api/", searchResourcesAPIURL: "https://services.openaire.eu/search/v2/api/resources", openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=", csvAPIURL: "https://services.openaire.eu/search/v2/api/reports", searchCrossrefAPIURL: "https://api.crossref.org/works", searchDataciteAPIURL: "https://api.datacite.org/works", searchOrcidURL: "https://pub.orcid.org/v2.1/", orcidURL: "https://orcid.org/", doiURL: "https://dx.doi.org/", pmcURL: "http://europepmc.org/articles/", pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/", handleURL: "http://hdl.handle.net/", cordisURL: "http://cordis.europa.eu/projects/", openDoarURL: "http://v2.sherpa.ac.uk/id/repository/", r3DataURL: "http://service.re3data.org/repository/", zenodo: "https://zenodo.org/", zenodoCommunities: "https://zenodo.org/api/communities/", helpdesk: "https://www.openaire.eu/support/helpdesk", utilsService: "https://explore.openaire.eu/utils-service", vocabulariesAPI: "https://services.openaire.eu/provision/mvc/vocabularies/", piwikBaseUrl: "https://analytics.openaire.eu/piwik.php?idsite=", piwikSiteId: "104", registryUrl: 'https://services.openaire.eu/uoa-user-management/api/registry/', loginUrl: "https://services.openaire.eu/login-service/openid_connect_login", userInfoUrl: "https://services.openaire.eu/login-service/userInfo", logoutUrl: "https://services.openaire.eu/login-service/openid_logout", cookieDomain: ".openaire.eu", feedbackmail: "feedback@openaire.eu", cacheUrl: "https://explore.openaire.eu/cache/get?url=", datasourcesAPI: "https://services.openaire.eu/openaire/ds/search/", monitorServiceAPIURL: "https://services.openaire.eu/uoa-monitor-service", adminToolsAPIURL: "https://services.openaire.eu/uoa-monitor-service/", adminToolsPortalType: "monitor", adminToolsCommunity: "monitor", contextsAPI: "https://services.openaire.eu/openaire/context", communityAPI: "https://services.openaire.eu/openaire/community/", communitiesAPI: "https://services.openaire.eu/openaire/community/communities", csvLimit: 2000, pagingLimit: 20, resultsPerPage: 10, baseLink : "", domain : "https://monitor.openaire.eu", afterLoginRedirectLink: '/my-dashboards', searchLinkToResult: "/search/result?id=", searchLinkToPublication: "/search/publication?articleId=", searchLinkToProject: "/search/project?projectId=", searchLinkToDataProvider: "/search/dataprovider?datasourceId=", searchLinkToDataset: "/search/dataset?datasetId=", searchLinkToSoftwareLanding: "/search/software?softwareId=", searchLinkToOrp: "/search/other?orpId=", searchLinkToOrganization: "/search/organization?organizationId=", searchLinkToStakeholders: "/browse", searchLinkToResults: "/search/find/research-outcomes", searchLinkToDataProviders: "/search/find/dataproviders", searchLinkToProjects: "/search/find/projects", searchLinkToOrganizations: "/search/find/organizations", searchLinkToCompatibleDataProviders: "/search/content-providers", searchLinkToEntityRegistriesDataProviders: "/search/entity-registries", searchLinkToJournals: "/search/journals", searchLinkToAdvancedResults: "/search/advanced/research-outcomes", searchLinkToAdvancedProjects: "/search/advanced/projects", searchLinkToAdvancedDataProviders: "/search/advanced/dataproviders", searchLinkToAdvancedOrganizations: "/search/advanced/organizations", errorLink: '/error', lastIndexInformationLink: "https://www.openaire.eu/aggregation-and-content-provision-workflows", showLastIndexInformationLink: true, widgetLink: "https://www.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=", claimsInformationLink: "https://www.openaire.eu/linking", depositLearnHowPage: "/participate/deposit/learn-how", depositSearchPage: "/participate/deposit/search", shareInZenodoPage: "/participate/deposit/zenodo", reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P", admins: ["feedback@openaire.eu"], lastIndexUpdate: "2019-07-24", indexInfoAPI: "https://services.openaire.eu/openaire/info/", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", b2noteAPIURL: "http://b2note-dev.bsc.es/", footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452" };