From 6cd0fabf9e951f07ed8c2007e8be12218dff18cd Mon Sep 17 00:00:00 2001 From: mb Date: Mon, 27 Jul 2020 15:52:24 +0200 Subject: [PATCH] update config file --- invenio_config_tugraz/config.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/invenio_config_tugraz/config.py b/invenio_config_tugraz/config.py index 674e70d..ebdb187 100644 --- a/invenio_config_tugraz/config.py +++ b/invenio_config_tugraz/config.py @@ -56,7 +56,7 @@ APP_DEFAULT_SECURE_HEADERS = { # =========== # See https://invenio-mail.readthedocs.io/en/latest/configuration.html -MAIL_SERVER = '129.27.11.182' +MAIL_SERVER = 'localhost' """Domain ip where mail server is running.""" SECURITY_EMAIL_SENDER = "info@invenio-test.tugraz.at" @@ -98,7 +98,7 @@ when register. """ SSO_SAML_IDPS = {} -"""Configuration of IDPS. Actually values can be find in to invenio.cfg file""" +"""Configuration of IDPS. Actual values can be find in to invenio.cfg file""" SSO_SAML_DEFAULT_BLUEPRINT_PREFIX = '/shibboleth' """Base URL for the extensions endpoint.""" @@ -138,3 +138,11 @@ able to register, or to navigate to /sigup page. SECURITY_CONFIRMABLE = False """Allow user to confirm their email address.""" + +# Accounts +# ======== +# Actual values can be find in to invenio.cfg file +#: Recaptcha public key (change to enable). +RECAPTCHA_PUBLIC_KEY = None +#: Recaptcha private key (change to enable). +RECAPTCHA_PRIVATE_KEY = None