-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest-app.yml
26 lines (26 loc) · 1.29 KB
/
manifest-app.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ID: wb3
_schema-version: '2.1'
version: 0.0.5
description: 'Router'
applications:
- name: wb3-app
type: nodejs #html5
path: app
disk-quota: 256M
memory: 256M
services:
- wb3-uaa
env:
TENANT_HOST_PATTERN: '^(.*)-wb3-app.cfapps.eu10.hana.ondemand.com'
CORS: '[{"uriPattern": "^/sap/bc/ina/(.*)$", "allowedOrigin": [{"host":"erp-service.eu1.sapanalytics.cloud", "protocol":"https"}], "allowedMethods": ["GET", "POST", "HEAD", "OPTIONS"], "allowedHeaders": ["Origin", "Accept", "X-Requested-With", "Content-Type", "Access-Control-Request-Method", "Access-Control-Request-Headers", "Authorization", "X-Sap-Cid", "X-Csrf-Token"], "exposeHeaders": ["Accept", "Authorization", "X-Requested-With", "X-Sap-Cid", "Access-Control-Allow-Origin", "Access-Control-Allow-Credentials", "X-Csrf-Token", "Content-Type"]}]'
destinations: >
[
{"name":"wb-srv", "url":"https://subaccount-emba-wb3-srv.cfapps.eu10.hana.ondemand.com", "forwardAuthToken": true },
{"name":"wb-sac", "url":"https://subaccount-emba-wb-sac.cfapps.eu10.hana.ondemand.com", "forwardAuthToken": true }
]
# https://wb3-srv.cfapps.eu10.hana.ondemand.com
# https://hxehost:51062
provides:
- name: MTAppRouter_api
properties:
url: ${default-url}