From 82a2c05a78d33426a11de5a164b37517042444ea Mon Sep 17 00:00:00 2001 From: Pete Hodgson Date: Thu, 29 Sep 2016 18:31:01 -0700 Subject: [PATCH] kong-vagrant uses postgres, not cassandra 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 --- app/install/vagrant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/install/vagrant.md b/app/install/vagrant.md index 1ab7fe274076..bee5a299880a 100644 --- a/app/install/vagrant.md +++ b/app/install/vagrant.md @@ -30,7 +30,7 @@ breadcrumbs:
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.