forked from SAP-samples/cf-mta-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mtad.yaml
25 lines (19 loc) · 881 Bytes
/
mtad.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
ID: a.cf.app
_schema-version: 3.3.0
version: 0.0.0
modules:
- name: my-app-module
type: application
path: "appBits.zip"
parameters:
#defines a single host to be set to the app route
host: my-single-host-value
#defines the domain for which the app route would be set
domain: internal.cfapps.sap.hana.ondemand.com
#Setting env variables to showcase the default/generated values provided by the mta deployer
properties:
default-host: ${default-host} #usually generated using the <org-name>-<space-name>-<module-name>
default-domain: ${default-domain} #the default shared domain of the landscape
default-uri: ${default-uri} #composed by ${host}.${domain}
protocol: ${protocol} #usually defaults to "http"
default-url: ${default-url} # composed of ${protocol}://${default-uri}