-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
installation: fix syntax error in invenio.cfg
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.""" | ||
|
||
|
@@ -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.""" |