Merge pull request #9 from haltermj/master

vertica credentials for mon-api
This commit is contained in:
hochmuth 2014-03-29 17:43:43 +00:00
commit bb504440ea

View File

@ -1,19 +1,21 @@
{
"id": "mon_credentials",
"vertica": {
"user": "dbadmin",
"password": "password"
},
"middleware": {
"keystore_password": "changeit",
"serverVip": "region-a.geo-1.identity-admin.hpcloudsvc.com",
"truststore_password": "changeit",
"keystore_file":"hpmiddleware-keystore-production.jks"
"keystore_file":"hpmiddleware-keystore-production.jks"
},
"mysql": {
"hostname": "192.168.10.6",
"username": "monapi",
"password": "password",
"schema": "mon"
},
"vertica": {
"hostname": "192.168.10.8",
"username": "monapi",
"password": "password",
"schema": "mon"
}
}