Snippets

Pete Matthews default-env-admin.json

Created by Pete Matthews

File snippet.txt Added

  • Ignore whitespace
  • Hide word diff
+{
+	"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"
+				}
+			}
+		]
+	}
+}
HTTPS SSH

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