diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-11-27 07:25:40 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-11-27 07:25:40 +0100 |
commit | d7448b4c0b419f35ec2040ebdd8c140120b9bcd6 (patch) | |
tree | e7ae765772a18f37d6a5fe2a692e7921cf472a83 /vagrant/conf.cfg-sample | |
parent | Updated link to the documentation. (diff) | |
download | newspipe-d7448b4c0b419f35ec2040ebdd8c140120b9bcd6.tar.gz newspipe-d7448b4c0b419f35ec2040ebdd8c140120b9bcd6.tar.bz2 newspipe-d7448b4c0b419f35ec2040ebdd8c140120b9bcd6.zip |
Updated Vagrant configuration file.
Diffstat (limited to 'vagrant/conf.cfg-sample')
-rw-r--r-- | vagrant/conf.cfg-sample | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/vagrant/conf.cfg-sample b/vagrant/conf.cfg-sample index 945bee6e..e92fd4cb 100644 --- a/vagrant/conf.cfg-sample +++ b/vagrant/conf.cfg-sample @@ -7,7 +7,7 @@ platform_url = http://127.0.0.1:5000/ admin_email = recaptcha_public_key = recaptcha_private_key = -log_path = ./pyaggr3g470r/var/pyaggr3g470r.log +log_path = ./web/var/jarr.log nb_worker = 5 log_level = info [database] @@ -16,10 +16,12 @@ database_url = postgres://vagrant:xxYzToW42@127.0.0.1:5432/aggregator crawling_method = classic default_max_error = 6 http_proxy = -user_agent = pyAggr3g470r (https://bitbucket.org/cedricbonhomme/pyaggr3g470r) +user_agent = JARR (https://github.com/JARR-aggregator/JARR) resolve_article_url = false +api_login = +api_passwd = [notification] -notification_email = pyAggr3g470r@no-reply.com +notification_email = JARR@no-reply.com host = smtp.googlemail.com port = 465 tls = false |