forked from alphagov/pay-frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.yml
35 lines (33 loc) · 1015 Bytes
/
manifest.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
27
28
29
30
31
32
33
34
35
---
applications:
- name: card-frontend
buildpacks:
- https://github.com/alphagov/env-map-buildpack.git#v1
- nodejs_buildpack
health-check-type: http
health-check-http-endpoint: '/healthcheck'
health-check-invocation-timeout: 5
memory: ((memory))
disk_quota: ((disk_quota))
services:
- app-catalog
- card-frontend-secret-service
command: npm start
env:
NODE_ENV: production
COOKIE_MAX_AGE: '5400000'
NODE_WORKER_COUNT: '1'
# These are provided by app-catalog, see `env-map.yml`
ADMINUSERS_URL: ""
CARDID_HOST: ""
CONNECTOR_HOST: ""
FRONTEND_URL: ""
METRICS_HOST: ""
METRICS_PORT: ""
# These are provided via bound card-frontend-secret-service, see `env-map.yml`
SESSION_ENCRYPTION_KEY: ""
ANALYTICS_TRACKING_ID: ""
DECRYPT_AND_OMIT_CARD_DATA: true
DECRYPT_CARD_DATA_PRIVATE_KEY: ""
DECRYPT_CARD_DATA_KEY_NAME: ""
DECRYPT_CARD_DATA_KEY_NAMESPACE: ""