Snippets

Pete Matthews default-env-admin.json

Created by Pete Matthews
{
	"VCAP_SERVICES": {
		"hana": [
			{
				"name": "hana-cli",
				"label": "hana",
				"tags": [
					"hana",
					"database",
					"relational"
				],
				"plan": "hdi-shared",
				"credentials": {
					"password": "--",
					"port": "39013",
					"encrypt": false,
					"db_hosts": [
						{
							"port": "39013",
							"host": "hxehost"
						}
					],
					"host": "hxehost",
					"user": "--RT"
				}
			}
		]
	}
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.