aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorFrançois Schmidts <francois.schmidts@gmail.com>2015-04-16 17:28:37 +0200
committerFrançois Schmidts <francois.schmidts@gmail.com>2015-04-16 17:28:37 +0200
commit6119f21815e0fe00db04caff4272344fa10da0de (patch)
tree1f5aad5dd88763f791c7d27a16ed44d1684f229d /conf
parentmisc bugfix (dict should be set at load time) and var renaming (diff)
downloadnewspipe-6119f21815e0fe00db04caff4272344fa10da0de.tar.gz
newspipe-6119f21815e0fe00db04caff4272344fa10da0de.tar.bz2
newspipe-6119f21815e0fe00db04caff4272344fa10da0de.zip
facto on config and more option in log levels
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 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