-
Notifications
You must be signed in to change notification settings - Fork 26
/
touchpoints-demo.yml
30 lines (30 loc) · 1.07 KB
/
touchpoints-demo.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
applications:
- name: touchpoints-demo
command: bundle exec rake cf:on_first_instance db:migrate && bundle exec rails s -b 0.0.0.0 -p $PORT -e $RAILS_ENV
env:
AWS_SES_ACCESS_KEY_ID:
AWS_SES_SECRET_ACCESS_KEY:
AWS_SES_REGION:
LOGIN_GOV_CLIENT_ID: urn:gov:gsa:openidconnect.profiles:sp:sso:gsa-tts-opp:touchpoints-demo
LOGIN_GOV_IDP_BASE_URL: https://idp.int.identitysandbox.gov/
LOGIN_GOV_PRIVATE_KEY:
LOGIN_GOV_REDIRECT_URI: https://touchpoints-demo.app.cloud.gov/users/auth/login_dot_gov/callback
NEW_RELIC_KEY:
RAILS_ENV: production
S3_AWS_ACCESS_KEY_ID:
S3_AWS_BUCKET_NAME:
S3_AWS_REGION:
S3_AWS_SECRET_ACCESS_KEY:
TOUCHPOINTS_EMAIL_SENDER:
TOUCHPOINTS_GTM_CONTAINER_ID:
TOUCHPOINTS_WEB_DOMAIN: touchpoints-demo.app.cloud.gov
buildpacks:
- nodejs_buildpack
- ruby_buildpack
services:
- touchpoints-db-demo
- touchpoints-demo-redis
- touchpoints-demo-s3
- touchpoints-staging-deployer
routes:
- route: touchpoints-demo.app.cloud.gov