move reCaptcha keys into settings

This commit is contained in:
2022-06-09 16:35:37 +02:00
parent 0203ac065a
commit bf936c90d8
4 changed files with 12 additions and 7 deletions

View File

@@ -18,11 +18,15 @@ sqlalchemy.url = sqlite:///%(here)s/cao_blogr.sqlite
# images location
images_dir = /pyramid10/cao_sunyata/cao_blogr/static/img/
# reCaptcha keys
site_key = 6LeDvVUgAAAAAOqD_-h93kd5aW8CmpeVvKYu-m0p
secret_key = 6LeDvVUgAAAAAGASZXCmcmhh-KtBWTZjXpLpKdNt
# Mailer configuration
# cao_blogr.admin_email = cao.thien-phuoc@orange.fr
# mail.host = smtp.orange.fr
# mail.port = 25
cao_blogr.admin_email = phuoc@caotek.fr
admin_email = phuoc@caotek.fr
mail.host = smtp.gmail.com
mail.port = 465
mail.ssl = True