aboutsummaryrefslogtreecommitdiff
path: root/src/conf/conf.cfg-sample
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-17 09:24:23 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-17 09:24:23 +0100
commit85f6275906a604736e8f6dd67bb281889ec189cc (patch)
tree9705fa208e7da6530e84e47d40a7adcfea39d852 /src/conf/conf.cfg-sample
parentUpdated CHANGELOG. (diff)
downloadnewspipe-85f6275906a604736e8f6dd67bb281889ec189cc.tar.gz
newspipe-85f6275906a604736e8f6dd67bb281889ec189cc.tar.bz2
newspipe-85f6275906a604736e8f6dd67bb281889ec189cc.zip
Cleaning config variables.
Diffstat (limited to 'src/conf/conf.cfg-sample')
-rw-r--r--src/conf/conf.cfg-sample3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/conf/conf.cfg-sample b/src/conf/conf.cfg-sample
index 7c4668af..24433517 100644
--- a/src/conf/conf.cfg-sample
+++ b/src/conf/conf.cfg-sample
@@ -9,8 +9,7 @@ platform_url = http://127.0.0.1:5000/
admin_email =
security_password_salt = a secret to confirm user account
token_validity_period = 3600
-log_path = ./var/newspipe.log
-nb_worker = 5
+log_path = ./var/log/newspipe.log
log_level = info
[database]
database_url = postgres://pgsqluser:pgsqlpwd@127.0.0.1:5432/aggregator
bgstack15