32 lines
866 B
YAML
32 lines
866 B
YAML
# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
|
|
|
|
specVersion: "3.1"
|
|
metadata:
|
|
name: mvcapp00124
|
|
type: application
|
|
framework:
|
|
name: SAPUI5
|
|
version: 1.135.0
|
|
libraries:
|
|
- name: sap.m
|
|
- name: sap.ui.core
|
|
- name: sap.ushell
|
|
- name: themelib_sap_fiori_3
|
|
server:
|
|
customMiddleware:
|
|
- name: fiori-tools-appreload
|
|
afterMiddleware: compression
|
|
configuration:
|
|
port: 35729
|
|
path: webapp
|
|
delay: 300
|
|
- name: fiori-tools-preview
|
|
afterMiddleware: fiori-tools-appreload
|
|
configuration:
|
|
component: mvcapp00124
|
|
ui5Theme: sap_fiori_3
|
|
- 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
|