diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-27 11:17:18 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-27 11:17:18 +0200 |
commit | 5c827c1e3dca07408bb6dd0394605ca826431107 (patch) | |
tree | d07bbfd58ca643e2eee4815ff824e94ca32de0f9 /conf | |
parent | Improved code readability. (diff) | |
download | newspipe-5c827c1e3dca07408bb6dd0394605ca826431107.tar.gz newspipe-5c827c1e3dca07408bb6dd0394605ca826431107.tar.bz2 newspipe-5c827c1e3dca07408bb6dd0394605ca826431107.zip |
Better to send email without Flask-Mail.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/conf.cfg-sample | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample index e4a44417..5af7d0af 100644 --- a/conf/conf.cfg-sample +++ b/conf/conf.cfg-sample @@ -1,3 +1,5 @@ +[misc] +platform_url = https://pyaggr3g470r.herokuapp.com/ [database] uri = postgres://cedric:password@127.0.0.1:5432/pyAggr3g470r [feedparser] @@ -9,12 +11,11 @@ debug = 1 host = 0.0.0.0 port = 5000 [mail] -enabled = 1 +enabled = 0 +admin_email = pyAggr3g470r@no-reply.com host = smtp.googlemail.com port = 465 tls = 0 ssl = 1 username = your-gmail-username password = your-gmail-password -mail_from = pyAggr3g470r@no-reply.com -mail_to = recipent-email |