From 4bb4db232cda40ea6288631801ad65002b9eca82 Mon Sep 17 00:00:00 2001 From: Lars Holm Nielsen Date: Thu, 28 Sep 2023 16:06:35 +0200 Subject: [PATCH] installation: fix syntax error in invenio.cfg --- invenio.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/invenio.cfg b/invenio.cfg index bde737f2..49ca225f 100644 --- a/invenio.cfg +++ b/invenio.cfg @@ -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 " -"""Default e-mail address sender." +"""Default e-mail address sender.""" REST_ENABLE_CORS = True """Enable CORS validation.""" REST_CSRF_ENABLED = True -"""Enable CSRF.""" \ No newline at end of file +"""Enable CSRF."""