Skip to content

Commit

Permalink
installation: fix syntax error in invenio.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Sep 28, 2023
1 parent 81cd91e commit 4bb4db2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,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 configs
OPENAIRE_API_URL = "http://dev.openaire.research-infrastructures.eu/is/mvc/api/results"
"""OpenAIRE API endpoint."""

Expand All @@ -573,10 +573,10 @@ COMMUNITIES_ADMINISTRATION_DISABLED = False
"""Enable communities administration."""

MAIL_DEFAULT_SENDER = "Zenodo <[email protected]>"
"""Default e-mail address sender."
"""Default e-mail address sender."""

REST_ENABLE_CORS = True
"""Enable CORS validation."""

REST_CSRF_ENABLED = True
"""Enable CSRF."""
"""Enable CSRF."""

0 comments on commit 4bb4db2

Please sign in to comment.