first commit
This commit is contained in:
47
ui5-local.yaml
Normal file
47
ui5-local.yaml
Normal file
@ -0,0 +1,47 @@
|
||||
# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
|
||||
|
||||
specVersion: "3.1"
|
||||
metadata:
|
||||
name: restaurant.z00124ss25restaurant
|
||||
type: application
|
||||
framework:
|
||||
name: SAPUI5
|
||||
version: 1.108.33
|
||||
libraries:
|
||||
- name: sap.m
|
||||
- name: sap.ui.core
|
||||
- name: sap.ushell
|
||||
- name: themelib_sap_horizon
|
||||
server:
|
||||
customMiddleware:
|
||||
- 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: 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
|
||||
backend:
|
||||
- path: /sap
|
||||
url: https://s40lp1.ucc.cit.tum.de
|
||||
client: '300'
|
||||
- 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/
|
Reference in New Issue
Block a user