diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-26 09:09:55 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-26 09:09:55 +0100 |
commit | c2322d00e6842e7088f9452126234a2471c95f52 (patch) | |
tree | e0273ef23d0395920cd95cd967ce867f232e8e7d /vagrant/conf.cfg-sample | |
parent | Updated Vagrant bootstrap file. (diff) | |
download | newspipe-c2322d00e6842e7088f9452126234a2471c95f52.tar.gz newspipe-c2322d00e6842e7088f9452126234a2471c95f52.tar.bz2 newspipe-c2322d00e6842e7088f9452126234a2471c95f52.zip |
Fixed configuration file for Vagrant.
Diffstat (limited to 'vagrant/conf.cfg-sample')
-rw-r--r-- | vagrant/conf.cfg-sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vagrant/conf.cfg-sample b/vagrant/conf.cfg-sample index 93a0b89c..fa76caad 100644 --- a/vagrant/conf.cfg-sample +++ b/vagrant/conf.cfg-sample @@ -1,10 +1,11 @@ [misc] -platform_url = https://pyaggr3g470r.herokuapp.com/ +platform_url = http://127.0.0.1:5000/ admin_email = recaptcha_public_key = recaptcha_private_key = log_path = ./pyaggr3g470r/var/pyaggr3g470r.log python = python3 +nb_worker = 5 [database] uri = postgres://vagrant:xxYzToW42@127.0.0.1:5432/aggregator [feedparser] |