aboutsummaryrefslogtreecommitdiff
path: root/cfg
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-03-24 10:17:43 +0100
committercedricbonhomme <devnull@localhost>2010-03-24 10:17:43 +0100
commit145524f42538157b26e06aea8ea440d1b6a1dbb7 (patch)
tree0afbad2ca6cb0f8c1ea8884acf707703f0f862d1 /cfg
parentAdded sample configuration file. (diff)
downloadnewspipe-145524f42538157b26e06aea8ea440d1b6a1dbb7.tar.gz
newspipe-145524f42538157b26e06aea8ea440d1b6a1dbb7.tar.bz2
newspipe-145524f42538157b26e06aea8ea440d1b6a1dbb7.zip
Minor bug fix in the sample configuration file.
Diffstat (limited to 'cfg')
-rwxr-xr-xcfg/pyAggr3g470r.cfg-sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg/pyAggr3g470r.cfg-sample b/cfg/pyAggr3g470r.cfg-sample
index 246a15eb..419967d8 100755
--- a/cfg/pyAggr3g470r.cfg-sample
+++ b/cfg/pyAggr3g470r.cfg-sample
@@ -2,6 +2,7 @@
path = /home/cedric/prog/python/projects/pyaggr3g470r/
sqlitebase = ./var/feed.db
[mail]
+mail_from = pyAggr3g470r@mail.com
mail_to = address_of_the_recipient@example.com
smtp = smtp.example.com
username = your_mail_address@example.com
bgstack15