diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-08-18 18:12:34 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-08-18 18:12:34 +0200 |
commit | 7febe6fa9b1c81105fe3f81677233182ff2712ac (patch) | |
tree | a6375994f05b163fe0128d1dacc1f4f080017804 /conf | |
parent | Updated NEWS.rst. (diff) | |
download | newspipe-7febe6fa9b1c81105fe3f81677233182ff2712ac.tar.gz newspipe-7febe6fa9b1c81105fe3f81677233182ff2712ac.tar.bz2 newspipe-7febe6fa9b1c81105fe3f81677233182ff2712ac.zip |
Configuration variables has been updated.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/conf.cfg-sample | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample index 8f0b7aec..2e36ba89 100644 --- a/conf/conf.cfg-sample +++ b/conf/conf.cfg-sample @@ -1,6 +1,6 @@ [misc] platform_url = https://pyaggr3g470r.herokuapp.com/ -admin_platform_email = +admin_email = recaptcha_public_key = recaptcha_private_key = log_path = ./pyaggr3g470r/var/pyaggr3g470r.log @@ -15,9 +15,9 @@ debug = 1 host = 0.0.0.0 port = 5000 secret = a secret only you know -[mail] +[notification] enabled = 0 -admin_email = pyAggr3g470r@no-reply.com +email = pyAggr3g470r@no-reply.com host = smtp.googlemail.com port = 465 tls = 0 |