diff options
-rw-r--r-- | vagrant/Vagrantfile | 2 | ||||
-rw-r--r-- | vagrant/conf.cfg-sample | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index ee48ae73..3fec477f 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # please see the online documentation at vagrantup.com.
# Every Vagrant virtual environment requires a box to build off of.
- config.vm.box = "pyAggr3g470r (Ubuntu Trusty Server)"
+ config.vm.box = "Just Another RSS Reader"
config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/utopic/current/utopic-server-cloudimg-amd64-vagrant-disk1.box"
config.vm.provision :shell, path: "bootstrap.sh"
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 |