forked from cap-js-community/websocket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.yml
More file actions
31 lines (30 loc) · 683 Bytes
/
manifest.yml
File metadata and controls
31 lines (30 loc) · 683 Bytes
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
27
28
29
30
31
---
applications:
- name: ws-test-app
path: approuter
memory: 1G
default-route: true
health-check-type: process
routes:
- route: ws-test.cfapps.sap.hana.ondemand.com
env:
COOKIE_BACKWARD_COMPATIBILITY: true
destinations: >
[
{
"name": "srv",
"url": "https://ws-test-srv.cfapps.sap.hana.ondemand.com",
"forwardAuthToken": true
}
]
services:
- ws-uaa
- name: ws-test-srv
path: backend
memory: 1G
default-route: true
health-check-type: process
routes:
- route: ws-test-srv.cfapps.sap.hana.ondemand.com
services:
- ws-uaa