mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 14:45:00 -05:00
12 lines
395 B
YAML
12 lines
395 B
YAML
env: demo
|
|
instances: 1
|
|
memory: 1G
|
|
command: newrelic-admin run-program gunicorn -c /home/vcap/app/gunicorn_config.py gunicorn_entry:application
|
|
public_admin_route: notify-demo.app.cloud.gov
|
|
cloud_dot_gov_route: notify-demo.app.cloud.gov
|
|
redis_enabled: 1
|
|
nr_agent_id: '1134302465'
|
|
nr_app_id: '1083160688'
|
|
API_PUBLIC_URL: https://notify-api-demo.app.cloud.gov
|
|
ORGANIZATION_DASHBOARD_ENABLED: False
|