Files
notifications-admin/manifest-base.yml
T

47 lines
757 B
YAML
Raw Normal View History

2017-02-14 16:17:30 +00:00
---
buildpack: python_buildpack
2018-02-01 14:56:52 +00:00
command: >
unset GUNICORN_CMD_ARGS;
2018-02-01 14:56:52 +00:00
scripts/run_app_paas.sh
gunicorn
-c /home/vcap/app/gunicorn_config.py
application
2017-02-14 16:17:30 +00:00
instances: 1
2017-03-06 14:47:04 +00:00
memory: 1G
2018-06-21 11:48:48 +01:00
services:
- logit-ssl-syslog-drain
2017-02-14 16:17:30 +00:00
env:
NOTIFY_APP_NAME: admin
# Credentials variables
ADMIN_CLIENT_SECRET: null
ADMIN_BASE_URL: null
API_HOST_NAME: null
DANGEROUS_SALT: null
SECRET_KEY: null
ROUTE_SECRET_KEY_1: null
ROUTE_SECRET_KEY_2: null
AWS_ACCESS_KEY_ID: null
AWS_SECRET_ACCESS_KEY: null
ANTIVIRUS_API_HOST: null
ANTIVIRUS_API_KEY: null
STATSD_PREFIX: null
2018-04-24 17:37:15 +01:00
ZENDESK_API_KEY: null
TEMPLATE_PREVIEW_API_HOST: null
TEMPLATE_PREVIEW_API_KEY: null
2018-04-06 13:37:49 +01:00
REDIS_ENABLED: null
REDIS_URL: null
2017-02-14 16:17:30 +00:00
applications:
- name: notify-admin