This repository was archived by the owner on Apr 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmta.yaml
More file actions
52 lines (49 loc) · 1.21 KB
/
Copy pathmta.yaml
File metadata and controls
52 lines (49 loc) · 1.21 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
ID: controller-api
_schema-version: '2.0'
version: 0.0.1
parameters:
enable-parallel-deployments: true
modules:
- name: controller-api-web
type: html5
path: web
build-parameters:
ignore: ["node_modules/"]
parameters:
host: controller-api-ex
register-service-url: true
service-name: controller-api-ex
service-url: '${default-url}'
requires:
- name: controller-api-ex-uaa
- name: node_api
group: destinations
properties:
name: node-backend
url: ~{url}
forwardAuthToken: true
- name: controller-api-srv
type: nodejs
path: node
build-parameters:
ignore: ["node_modules/"]
provides:
- name: node_api
properties:
url: ${default-url}
requires:
- name: controller-api-ex-uaa
- name: controller-config
group: destinations
properties:
name: controller-config
url: ~{url}
forwardAuthToken: true
resources:
- name: controller-api-ex-uaa
type: com.sap.xs.uaa
parameters:
config-path: ./xs-security.json
- name: controller-config
properties:
url: ${controller-url} #"${controller-url}" # - Removed for testing in Web IDE, replace for real deployment