forked from integrtr/ui5-firevswater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui5.yaml
34 lines (34 loc) · 764 Bytes
/
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
specVersion: '2.1'
metadata:
name: 'ui5firevswater'
type: application
resources:
configuration:
paths:
webapp: webapp
server:
customMiddleware:
- name: fiori-tools-proxy
afterMiddleware: compression
configuration:
ignoreCertError: true
backend:
- path: /sap
url: https://zzz-sap-fiori-s.zeppelin.corp:8000/
client: '100'
ui5:
path:
- /resources
- /test-resources
url: https://ui5.sap.com
version: '1.71.11'
- name: fiori-tools-appreload
afterMiddleware: compression
configuration:
port: 35729
path: webapp
builder:
resources:
excludes:
- '/localService/**'
- '/test/**'