-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui5.yaml
55 lines (55 loc) · 1.38 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
47
48
49
50
51
52
53
54
55
specVersion: "2.6"
metadata:
name: timeout
type: application
resources:
configuration:
paths:
webapp: webapp
framework:
name: SAPUI5
version: 1.108.0
libraries:
- name: sap.m
- name: sap.ui.fl
- name: sap.ui.core
- name: sap.ui.layout
- name: sap.ushell
- name: themelib_sap_horizon
server:
customMiddleware:
- name: ui5-middleware-livereload
afterMiddleware: compression
configuration:
port: 35729
path: webapp
# - name: ui5-middleware-route-proxy
# afterMiddleware: compression
# configuration:
# debug: false
# /sap/opu/odata/sap/:
# target: http://<yourserver>:<yourserverport>
# auth:
# fromEnv: false
# user: <youruser>
# pass: <yourpassword>
# builder:
# customTasks:
# - name: ui5-task-nwabap-deployer
# afterTask: generateVersionInfo
# configuration:
# resources:
# path: dist
# pattern: "**/*.*"
# connection:
# server: http://<yourserver>:<yourserverport>
# authentication:
# user: <youruser>
# password: <yourpassword>
# ui5:
# language: EN
# package: <yourpackage>
# bspContainer: <yourbspapplication>
# bspContainerText: Generated with easy-ui5
# transportNo: <yourtransport>
# calculateApplicationIndex: true