-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui5-local.yaml
50 lines (49 loc) · 1.44 KB
/
ui5-local.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
39
40
41
42
43
44
45
46
47
48
49
50
# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
specVersion: "3.1"
metadata:
name: zsjrui5test
type: application
framework:
name: SAPUI5
version: 1.114.0
libraries:
- name: sap.m
- name: sap.ui.core
- name: sap.ushell
- name: sap.f
- name: sap.ui.comp
- name: sap.ui.generic.app
- name: sap.suite.ui.generic.template
- name: themelib_sap_horizon
server:
customMiddleware:
- name: fiori-tools-appreload
afterMiddleware: compression
configuration:
port: 35729
path: webapp
delay: 300
- name: fiori-tools-proxy
afterMiddleware: compression
configuration:
ignoreCertError: false # If set to true, certificate errors will be ignored. E.g. self-signed certificates will be accepted
backend:
- path: /sap
url: http://s4d:443/
client: '100'
destination: S4D
- name: sap-fe-mockserver
beforeMiddleware: csp
configuration:
mountPath: /
services:
- urlPath: /sap/opu/odata/sap/FAC_MANAGE_PROFIT_CENTERS_SRV
metadataPath: ./webapp/localService/metadata.xml
mockdataPath: ./webapp/localService/data
generateMockData: true
annotations: []
- name: fiori-tools-preview
afterMiddleware: fiori-tools-appreload
configuration:
component: zsjrui5test
ui5Theme: sap_horizon