diff options
Diffstat (limited to 'cfg')
-rwxr-xr-x | cfg/pyAggr3g470r.cfg-sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cfg/pyAggr3g470r.cfg-sample b/cfg/pyAggr3g470r.cfg-sample index 63de4005..ae749b11 100755 --- a/cfg/pyAggr3g470r.cfg-sample +++ b/cfg/pyAggr3g470r.cfg-sample @@ -1,6 +1,11 @@ [global] sqlitebase = ./var/feed.db max_nb_articles = 50 +[MongoDB] +address = 127.0.0.1 +port = 27017 +username = nickname +password = pwd [mail] mail_from = pyAggr3g470r@no-reply.com mail_to = address_of_the_recipient@example.com |