aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-09 19:35:14 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-09 19:35:14 +0200
commit4d8f32fb8977f5c239bcb0a19cc2090bf5b3c087 (patch)
tree4d522323dcff13c2fb7a987f766464f3aaab9c75 /conf
parentFixed a bug when launching the crawler via cron. (diff)
downloadnewspipe-4d8f32fb8977f5c239bcb0a19cc2090bf5b3c087.tar.gz
newspipe-4d8f32fb8977f5c239bcb0a19cc2090bf5b3c087.tar.bz2
newspipe-4d8f32fb8977f5c239bcb0a19cc2090bf5b3c087.zip
Updated default configuration file.
Diffstat (limited to 'conf')
-rw-r--r--conf/conf.cfg-sample6
1 files changed, 1 insertions, 5 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample
index 3ed7a1b1..e4a44417 100644
--- a/conf/conf.cfg-sample
+++ b/conf/conf.cfg-sample
@@ -1,9 +1,5 @@
[database]
-name = pyaggr3g470r
-address = 127.0.0.1
-port = 27017
-username = root
-password = root
+uri = postgres://cedric:password@127.0.0.1:5432/pyAggr3g470r
[feedparser]
http_proxy =
user_agent = pyAggr3g470r (https://bitbucket.org/cedricbonhomme/pyaggr3g470r)
bgstack15