-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui5-mock.yaml
38 lines (38 loc) · 1.35 KB
/
ui5-mock.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
26
27
28
29
30
31
32
33
34
35
36
37
38
specVersion: "2.5"
metadata:
name: sap.fe.demo.traveloverview
type: application
server:
customMiddleware:
- name: fiori-tools-proxy
afterMiddleware: compression
configuration:
ignoreCertError: false
ui5:
path:
- /resources
- /test-resources
url: https://ui5.sap.com
backend:
- scp: true
path: /sap
url: https://45f514af-f57b-4579-990b-8b70ea328491.abap.us10.hana.ondemand.com
destination: abap-cloud-default_abap-trial-823b9c14trial-dev
- name: fiori-tools-appreload
afterMiddleware: compression
configuration:
port: 35729
path: webapp
delay: 300
- name: sap-fe-mockserver
beforeMiddleware: csp
configuration:
service:
- urlPath: /sap/opu/odata/sap/ZUI_FE_BOOKING_001782_O2
metadataXmlPath: ./webapp/localService/mainService/metadata.xml
mockdataRootPath: ./webapp/localService/mainService/mockdata
generateMockData: true
- urlPath: /sap/opu/odata4/sap/zui_fe_travel_001782_o4/srvd/sap/zui_fe_travel_001782_o4/0001/
metadataXmlPath: ./webapp/localService/zui_fe_travel_001782_o4/metadata.xml
mockdataRootPath: ./webapp/localService/zui_fe_travel_001782_o4/mockdata
generateMockData: true