Added database type setting for cluster setup

This commit is contained in:
Tim Kuhlman 2014-06-27 15:12:10 -06:00
parent c2e908a25a
commit 588ad9e1e4

View File

@ -1,6 +1,9 @@
{
"id" : "mon_api",
"api_region": "useast",
"database-configuration": {
"database-type": "vertica"
},
"vertica" : {
"dbname" : "mon",
"hostname" : "localhost"