From ca4195d741f492e00e2ab1587389ee80727df36a Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Wed, 24 Mar 2010 09:48:10 +0100 Subject: Added sample configuration file. --- cfg/pyAggr3g470r.cfg | 8 -------- cfg/pyAggr3g470r.cfg-sample | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100755 cfg/pyAggr3g470r.cfg create mode 100755 cfg/pyAggr3g470r.cfg-sample (limited to 'cfg') diff --git a/cfg/pyAggr3g470r.cfg b/cfg/pyAggr3g470r.cfg deleted file mode 100755 index 246a15eb..00000000 --- a/cfg/pyAggr3g470r.cfg +++ /dev/null @@ -1,8 +0,0 @@ -[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 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 -- cgit