Skip to content

Commit

Permalink
kong-vagrant uses postgres, not cassandra
Browse files Browse the repository at this point in the history
From looking at the kong-vagrant repo it looks like it uses Postgres as a backing store, not Cassandra. 

https://github.com/Mashape/kong-vagrant/blob/master/provision.sh
  • Loading branch information
moredip authored Sep 30, 2016
1 parent b6cc371 commit 82a2c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/install/vagrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ breadcrumbs:
<br/>
This will tell Vagrant to mount your local Kong repository under the guest's /kong folder.
The startup process will install all the dependencies necessary for developing (including Cassandra). The kong source code is mounted at `/kong`. The host ports `8000` and `8001` will be forwarded to the Vagrant box.
The startup process will install all the dependencies necessary for developing (including Postgres). The kong source code is mounted at `/kong`. The host ports `8000` and `8001` will be forwarded to the Vagrant box.
<div class="alert alert-warning">
<div class="text-center">
Expand Down

0 comments on commit 82a2c05

Please sign in to comment.