added reCaptcha site_key to production.ini

This commit is contained in:
2022-06-19 15:22:28 +02:00
parent 8d536b7408
commit edd311a2f8

View File

@@ -16,6 +16,10 @@ sqlalchemy.url = sqlite:///%(here)s/cao_blogr.sqlite
# images location # images location
images_dir = /pyramid10/cao_sunyata/cao_blogr/static/img/ images_dir = /pyramid10/cao_sunyata/cao_blogr/static/img/
# reCaptcha keys
site_key = 6LeDvVUgAAAAAOqD_-h93kd5aW8CmpeVvKYu-m0p
secret_key = 6LeDvVUgAAAAAGASZXCmcmhh-KtBWTZjXpLpKdNt
# Mailer configuration # Mailer configuration
# mail.host = localhost # mail.host = localhost
# mail.port = 25 # mail.port = 25