Initial commit
This commit is contained in:
15
templates/cdsrc-private.json
Normal file
15
templates/cdsrc-private.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"requires": {
|
||||
"db": {
|
||||
"kind": "hana",
|
||||
"binding": {
|
||||
"type": "cf",
|
||||
"apiEndpoint": "https://api.cf.<region>.hana.ondemand.com",
|
||||
"org": "<org-name>",
|
||||
"space": "<space-name>",
|
||||
"instance": "<hdi-service-instance-name>",
|
||||
"key": "<service-key-name>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
21
templates/default-env.json
Normal file
21
templates/default-env.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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>"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user