-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathui5.yaml
46 lines (46 loc) · 1.14 KB
/
ui5.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
specVersion: "4.0"
metadata:
name: acs.aud.ext
type: application
resources:
configuration:
paths:
webapp: webapp
framework:
name: SAPUI5
version: 1.114.0
libraries:
- name: sap.ui.core
- name: sap.m
- name: sap.ui.layout
- name: themelib_sap_fiori_3
- name: sap.ushell
- name: sap.uxap
- name: sap.ovp
- name: sap.suite.ui.generic.template
server:
customMiddleware:
- name: ui5-middleware-simpleproxy
mountPath: /sap
afterMiddleware: compression
configuration:
strictSSL: false
debug: true
- name: ui5-middleware-servestatic
afterMiddleware: compression
mountPath: /sap/bc/ui5_ui5/sap/ZGRCAUD_EXTINIT/i18n
configuration:
rootPath: "ext-apps/zaud.audit.initiate.cust/webapp/i18n"
debug: true
- name: ui5-middleware-servestatic
afterMiddleware: compression
mountPath: /ext-resources
configuration:
rootPath: "ext-apps"
debug: true
- name: ui5-middleware-servestatic
afterMiddleware: compression
mountPath: /appconfig
configuration:
rootPath: "appconfig/"
debug: true