aboutsummaryrefslogtreecommitdiff
path: root/conf/conf.cfg-sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/conf.cfg-sample')
-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 7b28df14..76a91323 100644
--- a/conf/conf.cfg-sample
+++ b/conf/conf.cfg-sample
@@ -8,7 +8,7 @@ python = python3.3
nb_worker = 5
log_level = info
[database]
-DATABASE_URL = postgres://pgsqluser:pgsqlpwd@127.0.0.1:5432/aggregator
+database_url = postgres://pgsqluser:pgsqlpwd@127.0.0.1:5432/aggregator
[feedparser]
http_proxy =
user_agent = pyAggr3g470r (https://bitbucket.org/cedricbonhomme/pyaggr3g470r)
bgstack15