SAP-BTP-Spielwiese/manifest.yml
Markus Rettig 775ac7b58c completed step 3 from the tutorial
you must login with an BTP account in order to see the app
2024-02-08 16:13:36 +01:00

27 lines
510 B
YAML

---
applications:
- name: myapp
random-route: true
path: ./
memory: 128M
buildpacks:
- python_buildpack
command: python server.py
services:
- pyuaa #Authentication Service defined in xs-security.json
- name: app1
random-route: true
path: ./app1
memory: 128M
env:
destinations: >
[
{
"name":"myapp",
"url":"https://myapp-palm-numbat-lb.cfapps.eu10-004.hana.ondemand.com",
"forwardAuthToken": true
}
]
services:
- pyuaa