mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-28 18:26:18 +08:00

* new-frontend * Update DebugTool.js * update * update * update * update * update * update * update * update * update * update * update * update * update * update config
37 lines
1.0 KiB
YAML
37 lines
1.0 KiB
YAML
# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
|
|
|
|
specVersion: "3.1"
|
|
metadata:
|
|
name: z2ui5
|
|
type: application
|
|
server:
|
|
customMiddleware:
|
|
- 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
|
|
ui5:
|
|
path:
|
|
- /resources
|
|
- /test-resources
|
|
url: https://ui5.sap.com
|
|
backend:
|
|
- path: /sap
|
|
url: <<system>>
|
|
- name: fiori-tools-appreload
|
|
afterMiddleware: compression
|
|
configuration:
|
|
port: 35729
|
|
path: webapp
|
|
delay: 300
|
|
- name: sap-fe-mockserver
|
|
beforeMiddleware: csp
|
|
configuration:
|
|
mountPath: /
|
|
services:
|
|
- urlPath: _LOCAL_
|
|
metadataPath: ./webapp/localService/metadata.xml
|
|
mockdataPath: ./webapp/localService/data
|
|
generateMockData: true
|
|
annotations: []
|