Skip to content

Commit

Permalink
duplicate: remove dup' code from openaire/config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack authored and lnielsen committed Apr 8, 2024
1 parent 088fb36 commit e92e5c2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -673,19 +673,7 @@ METRICS_UPTIME_ROBOT_METRIC_IDS = {}
METRICS_UPTIME_ROBOT_URL = "https://api.uptimerobot.com/v2/getMonitors"
METRICS_UPTIME_ROBOT_API_KEY = None

# OpenAIRE configs
OPENAIRE_API_URL = "http://dev.openaire.research-infrastructures.eu/is/mvc/api/results"
"""OpenAIRE API endpoint."""

# Beta configs
OPENAIRE_API_URL_BETA = None

# Other configs
OPENAIRE_PORTAL_URL = "https://explore.openaire.eu"
"""OpenAIRE portal url."""

OPENAIRE_DIRECT_INDEXING_ENABLED = True
"""Enable sending published records for direct indexing at OpenAIRE."""

RDM_RECORDS_SERVICE_COMPONENTS = DefaultRecordsComponents + [OpenAIREComponent, SignalComponent]
"""Addd OpenAIRE component to records service."""
Expand Down

0 comments on commit e92e5c2

Please sign in to comment.