aboutsummaryrefslogtreecommitdiff
path: root/cfg/pyAggr3g470r.cfg-sample
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-03-24 09:48:10 +0100
committercedricbonhomme <devnull@localhost>2010-03-24 09:48:10 +0100
commitca4195d741f492e00e2ab1587389ee80727df36a (patch)
tree6ef38a88b3199989fe645ab8bf2e343c747833db /cfg/pyAggr3g470r.cfg-sample
parentMinor modification. (diff)
downloadnewspipe-ca4195d741f492e00e2ab1587389ee80727df36a.tar.gz
newspipe-ca4195d741f492e00e2ab1587389ee80727df36a.tar.bz2
newspipe-ca4195d741f492e00e2ab1587389ee80727df36a.zip
Added sample configuration file.
Diffstat (limited to 'cfg/pyAggr3g470r.cfg-sample')
-rwxr-xr-xcfg/pyAggr3g470r.cfg-sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/cfg/pyAggr3g470r.cfg-sample b/cfg/pyAggr3g470r.cfg-sample
new file mode 100755
index 00000000..246a15eb
--- /dev/null
+++ b/cfg/pyAggr3g470r.cfg-sample
@@ -0,0 +1,8 @@
+[global]
+path = /home/cedric/prog/python/projects/pyaggr3g470r/
+sqlitebase = ./var/feed.db
+[mail]
+mail_to = address_of_the_recipient@example.com
+smtp = smtp.example.com
+username = your_mail_address@example.com
+password = your_password \ No newline at end of file
bgstack15