Files
2025-11-30 08:55:22 +08:00

22 lines
484 B
JSON

{
"VCAP_SERVICES": {
"hana": [
{
"name": "hana-db",
"label": "hana",
"tags": ["hana", "database", "relational"],
"credentials": {
"host": "<hostname>",
"port": "<port>",
"user": "<username>",
"password": "<password>",
"schema": "<schema>",
"encrypt": true,
"sslValidateCertificate": true,
"sslTrustStore": "<path-to-certificate>"
}
}
]
}
}