diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-07 21:38:42 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-07 21:38:42 +0200 |
commit | 3594b8c7734f1b114dacf0da806aa1ac1f0c82eb (patch) | |
tree | 32e189f31f249762edcce8027ef8cc01b3663efa /vagrant/conf.cfg-sample | |
parent | use the dictionary **kwargs for the arguments of the functions send_* (diff) | |
download | newspipe-3594b8c7734f1b114dacf0da806aa1ac1f0c82eb.tar.gz newspipe-3594b8c7734f1b114dacf0da806aa1ac1f0c82eb.tar.bz2 newspipe-3594b8c7734f1b114dacf0da806aa1ac1f0c82eb.zip |
Removed now useless configuration variable.
Diffstat (limited to 'vagrant/conf.cfg-sample')
-rw-r--r-- | vagrant/conf.cfg-sample | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vagrant/conf.cfg-sample b/vagrant/conf.cfg-sample index 6cf26767..b8f1928d 100644 --- a/vagrant/conf.cfg-sample +++ b/vagrant/conf.cfg-sample @@ -6,8 +6,6 @@ cdn_address = https://cdn.cedricbonhomme.org/ [misc] platform_url = http://127.0.0.1:5000/ admin_email = -recaptcha_public_key = -recaptcha_private_key = log_path = ./web/var/jarr.log nb_worker = 5 log_level = info |