mta.yaml
# Don't use Tab Key
# You need to use space key
# Check with online validator for right syntax
_schema-version: 2.0.0
ID: TestTBASE
version: 0.0.1
modules:
- name: web
type: html5
path: web
# -- requires js service URL
requires:
- name: tbase-uaa
- name: nodejs_api # name of the 'provides' element in the node.js module
group: destinations # name of a target environment variable
properties: # key values in json format in the 'destinations' variabl
name: nodejs_destination
url: ~{service_url}
forwardAuthToken: true
- name: db
type: hdb
path: db
requires:
- name: hdi-container
- name: js
type: nodejs
path: js
requires:
- name: tbase-uaa # dependency on the UAA service
- name: db
- name: hdi-container
provides:
- name: nodejs_api
properties:
service_url: ${default-url}
resources:
- name: hdi-container
type: com.sap.xs.hdi-container
- name: tbase-uaa
type: com.sap.xs.uaa
# parameters:
# config_path: ./xs-security.json