github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/archive/testdata/mta.yaml (about) 1 ID: demo 2 _schema-version: '2.1' 3 version: 0.0.1 4 5 modules: 6 7 - name: srv 8 type: java 9 path: srv 10 properties: 11 APPC_LOG_LEVEL: "info" 12 VSCODE_JAVA_DEBUG_LOG_LEVEL : "ALL" 13 parameters: 14 memory: 512M 15 provides: 16 - name: srv_api 17 properties: 18 url: ${default-url} 19 requires: 20 - name: db 21 properties: 22 JBP_CONFIG_RESOURCE_CONFIGURATION: '[tomcat/webapps/ROOT/META-INF/context.xml: 23 {"service_name_for_DefaultDB" : "~{hdi-container-name}"}]' 24 25 26 - name: ui 27 type: html5 28 path: ui 29 parameters: 30 disk-quota: 256M 31 memory: 256M 32 build-parameters: 33 builder: grunt 34 requires: 35 - name: srv_api 36 group: destinations 37 properties: 38 forwardAuthToken: true 39 strictSSL: false 40 name: srv_api 41 url: ~{url} 42 43 resources: 44 - name: hdi_db 45 properties: 46 hdi-container-name: ${service-name} 47 type: com.company.xs.hdi-container