From 498a9e7d16dd384e7306cef4cd4a86c13dbc2f51 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 14 Feb 2016 12:32:51 +0100 Subject: Updated Vagrant default configuration file. --- vagrant/conf.cfg-sample | 3 --- 1 file changed, 3 deletions(-) diff --git a/vagrant/conf.cfg-sample b/vagrant/conf.cfg-sample index ac34c2f4..6cf26767 100644 --- a/vagrant/conf.cfg-sample +++ b/vagrant/conf.cfg-sample @@ -1,7 +1,6 @@ [webserver] host = 0.0.0.0 port = 5000 -secret = a secret only you know [cdn] cdn_address = https://cdn.cedricbonhomme.org/ [misc] @@ -17,9 +16,7 @@ database_url = postgres://vagrant:xxYzToW42@127.0.0.1:5432/aggregator [crawler] crawling_method = classic default_max_error = 6 -http_proxy = user_agent = JARR (https://github.com/JARR-aggregator/JARR) -resolve_article_url = false api_login = api_passwd = [notification] -- cgit