diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-02-09 10:27:48 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-02-09 10:27:48 +0100 |
commit | 28d75bac6045cfeb8fc429ce2fa3c402ce6f6ab6 (patch) | |
tree | daa58e19c3d7dce03b0fa6f9d61261132102b484 /vagrant | |
parent | Updated conf file for Vagrant (ubuntu 14.04. (diff) | |
download | newspipe-28d75bac6045cfeb8fc429ce2fa3c402ce6f6ab6.tar.gz newspipe-28d75bac6045cfeb8fc429ce2fa3c402ce6f6ab6.tar.bz2 newspipe-28d75bac6045cfeb8fc429ce2fa3c402ce6f6ab6.zip |
Updated conf file for Vagrant
Diffstat (limited to 'vagrant')
-rw-r--r-- | vagrant/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 5a66d0fc..79697cf7 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -22,7 +22,7 @@ cp vagrant/conf.cfg-sample conf/conf.cfg cd ..
# Installation of PostgreSQL
-apt-get install -y postgresql postgresql-server-dev-9.4 postgresql-client
+apt-get install -y postgresql postgresql-server-dev-9.3 postgresql-client
# Configuration of the database
echo "127.0.0.1:5432:aggregator:vagrant:xxYzToW42" > .pgpass
|