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 159af449..c594cd4a 100644
--- a/conf/conf.cfg-sample
+++ b/conf/conf.cfg-sample
@@ -6,6 +6,7 @@ recaptcha_private_key =
log_path = ./pyaggr3g470r/var/pyaggr3g470r.log
python = python3.3
nb_worker = 5
+log_level = info
[database]
uri = postgres://pgsqluser:pgsqlpwd@127.0.0.1:5432/aggregator
[feedparser]
@@ -15,7 +16,6 @@ resolve_article_url = false
default_max_error = 6
crawling_method = classic
[webserver]
-debug = true
host = 0.0.0.0
port = 5000
secret = a secret only you know
bgstack15