aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-01-21 21:46:58 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-01-21 21:46:58 +0100
commitb1e4f338797d2168eb8c9e25a81eeae504d8bcae (patch)
tree7fc8baad50459cb74da3c06760c51262232e2721 /conf
parentMisc fixes to the crawler. (diff)
downloadnewspipe-b1e4f338797d2168eb8c9e25a81eeae504d8bcae.tar.gz
newspipe-b1e4f338797d2168eb8c9e25a81eeae504d8bcae.tar.bz2
newspipe-b1e4f338797d2168eb8c9e25a81eeae504d8bcae.zip
Set the version of Python used by the crawler in the configuration file.
Diffstat (limited to 'conf')
-rw-r--r--conf/conf.cfg-sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample
index 0135551a..aab5ab5f 100644
--- a/conf/conf.cfg-sample
+++ b/conf/conf.cfg-sample
@@ -4,6 +4,7 @@ admin_email =
recaptcha_public_key =
recaptcha_private_key =
log_path = ./pyaggr3g470r/var/pyaggr3g470r.log
+python = python3.3
[database]
uri = postgres://pgsqluser:pgsqlpwd@127.0.0.1:5432/aggregator
[feedparser]
bgstack15