move reCaptcha keys into settings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user