-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathmanifest.yml
More file actions
29 lines (29 loc) · 931 Bytes
/
manifest.yml
File metadata and controls
29 lines (29 loc) · 931 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
---
applications:
- name: ((app_name))
buildpacks:
- python_buildpack
routes:
- route: ((route_external))
services:
- ((app_name))-db
- ((app_name))-secrets
- ((app_name))-smtp
- logstack-space-drain
instances: ((admin_instances))
memory: ((admin_memory_quota))
disk_quota: ((admin_disk_quota))
env:
FLASK_APP: run.py
CF_API_URL: ((CF_API_URL))
HARVEST_RUNNER_MAX_TASKS: ((HARVEST_RUNNER_MAX_TASKS))
HARVEST_RETRY_ON_ERROR: ((HARVEST_RETRY_ON_ERROR))
MDTRANSLATOR_URL: ((MDTRANSLATOR_URL))
CLIENT_ID: ((CLIENT_ID))
ISSUER: ((ISSUER))
REDIRECT_URI: ((REDIRECT_URI))
NEW_RELIC_APP_NAME: ((app_name))-((space_name))
NEW_RELIC_HOST: gov-collector.newrelic.com
NEW_RELIC_MONITOR_MODE: ((new_relic_monitor_mode))
NEW_RELIC_CONFIG_FILE: /home/vcap/app/config/newrelic.ini
command: ./app-start.sh