diff options
author | cedricbonhomme <devnull@localhost> | 2012-05-03 21:49:52 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2012-05-03 21:49:52 +0200 |
commit | 10c8465e4ff3914b1d7f444b743ff1d3c4911d98 (patch) | |
tree | 34d6b833b17bb24f6050d42b2b6769025dbe6af2 /source/cfg/pyAggr3g470r.cfg-sample | |
parent | Tests detection of feed links in HTML page. (diff) | |
download | newspipe-10c8465e4ff3914b1d7f444b743ff1d3c4911d98.tar.gz newspipe-10c8465e4ff3914b1d7f444b743ff1d3c4911d98.tar.bz2 newspipe-10c8465e4ff3914b1d7f444b743ff1d3c4911d98.zip |
Distant MongoDB connection working (tested with AlwaysData).
Diffstat (limited to 'source/cfg/pyAggr3g470r.cfg-sample')
-rwxr-xr-x | source/cfg/pyAggr3g470r.cfg-sample | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/cfg/pyAggr3g470r.cfg-sample b/source/cfg/pyAggr3g470r.cfg-sample index 57b1627a..7300d7d5 100755 --- a/source/cfg/pyAggr3g470r.cfg-sample +++ b/source/cfg/pyAggr3g470r.cfg-sample @@ -1,6 +1,9 @@ [MongoDB] -address = mongodb://username:password@127.0.0.1:27017 +address = mongodb.alwaysdata.com port = 27017 +dbname = bob_pyaggr3g470r +user = bob +password = password_of_bob [mail] mail_from = pyAggr3g470r@no-reply.com mail_to = address_of_the_recipient@example.com |