aboutsummaryrefslogtreecommitdiff
path: root/conf/conf.cfg-sample
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-11-10 18:29:53 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-11-10 18:29:53 +0100
commit50ce677513a06e98a48e236ff008d2015a2c6484 (patch)
tree1f9edcfb9629ba9544fdab38a1a262a911c1c033 /conf/conf.cfg-sample
parentRemoved code related to QR Code generation. (diff)
downloadnewspipe-50ce677513a06e98a48e236ff008d2015a2c6484.tar.gz
newspipe-50ce677513a06e98a48e236ff008d2015a2c6484.tar.bz2
newspipe-50ce677513a06e98a48e236ff008d2015a2c6484.zip
Email notification.
Diffstat (limited to 'conf/conf.cfg-sample')
-rw-r--r--conf/conf.cfg-sample18
1 files changed, 9 insertions, 9 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample
index 8e4953f7..a830996e 100644
--- a/conf/conf.cfg-sample
+++ b/conf/conf.cfg-sample
@@ -4,17 +4,17 @@ address = 127.0.0.1
port = 27017
username = root
password = root
-[crawler]
-user_agent = Mozilla/5.0 (X11; Debian; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0
-thread_time_out = 10.0
-get_time_out = 5.0
[webserver]
debug = 1
host = 0.0.0.0
port = 5000
[mail]
-host =
-port = 25
-ssl = 0
-username =
-password =
+enabled = 1
+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
bgstack15