45 lines
1.5 KiB
YAML
45 lines
1.5 KiB
YAML
# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
|
|
|
|
specVersion: "3.1"
|
|
metadata:
|
|
name: restaurant.z00124ss25restaurant
|
|
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: https://s40lp1.ucc.cit.tum.de
|
|
client: '300'
|
|
- name: fiori-tools-appreload
|
|
afterMiddleware: compression
|
|
configuration:
|
|
port: 35729
|
|
path: webapp
|
|
delay: 300
|
|
- name: fiori-tools-preview
|
|
afterMiddleware: fiori-tools-appreload
|
|
configuration:
|
|
flp:
|
|
theme: sap_horizon
|
|
- name: sap-fe-mockserver
|
|
beforeMiddleware: csp
|
|
configuration:
|
|
mountPath: /
|
|
services:
|
|
- urlPath: /sap/opu/odata/sap/Z_00_124_SS25_RES_SRV
|
|
metadataPath: ./webapp/localService/mainService/metadata.xml
|
|
mockdataPath: ./webapp/localService/mainService/data
|
|
generateMockData: true
|
|
annotations:
|
|
- localPath: ./webapp/localService/mainService/Z_00_124_SS25_RES_SRV_VAN.xml
|
|
urlPath: /sap/opu/odata/IWFND/CATALOGSERVICE;v=2/Annotations(TechnicalName='Z_00_124_SS25_RES_SRV_VAN',Version='0001')/$value/
|