abap2UI5/app/ui5-mock.yaml
oblomov-dev 533b863553
New frontend (#1468)
* new-frontend

* Update DebugTool.js

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update config
2024-10-01 18:34:44 +02:00

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: []