aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-21 09:01:33 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-21 09:01:33 +0100
commit46910ee27d19f18758d188d2991c8fc51072aba5 (patch)
treeffb06bdb1ce486fd21fc1d8686cdc7053ac30c2d /conf
parentUpdated NEWS.rst (diff)
downloadnewspipe-46910ee27d19f18758d188d2991c8fc51072aba5.tar.gz
newspipe-46910ee27d19f18758d188d2991c8fc51072aba5.tar.bz2
newspipe-46910ee27d19f18758d188d2991c8fc51072aba5.zip
Test with Vagrant.
Diffstat (limited to 'conf')
-rw-r--r--conf/conf.cfg-sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample
index 2e36ba89..48cbe7c9 100644
--- a/conf/conf.cfg-sample
+++ b/conf/conf.cfg-sample
@@ -5,7 +5,7 @@ recaptcha_public_key =
recaptcha_private_key =
log_path = ./pyaggr3g470r/var/pyaggr3g470r.log
[database]
-uri = postgres://cedric:password@127.0.0.1:5432/pyAggr3g470r
+uri = postgres://vagrant:xxYzToW42@127.0.0.1:5432/aggregator
[feedparser]
http_proxy =
user_agent = pyAggr3g470r (https://bitbucket.org/cedricbonhomme/pyaggr3g470r)
bgstack15