aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel+bitbucket@gmail.com>2015-04-17 00:34:45 +0200
committerCédric Bonhomme <kimble.mandel+bitbucket@gmail.com>2015-04-17 00:34:45 +0200
commit6199b9ef59583d580f1b83afa436c0ccd60ddb76 (patch)
tree1f5aad5dd88763f791c7d27a16ed44d1684f229d /conf
parent'CRAWLING_METHOD wasn't initialized on Heroku. (diff)
parentfacto on config and more option in log levels (diff)
downloadnewspipe-6199b9ef59583d580f1b83afa436c0ccd60ddb76.tar.gz
newspipe-6199b9ef59583d580f1b83afa436c0ccd60ddb76.tar.bz2
newspipe-6199b9ef59583d580f1b83afa436c0ccd60ddb76.zip
Merged in jaesivsm/pyaggr3g470r (pull request #10)
misc fix and search integration in the new style page
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