aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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