-
Notifications
You must be signed in to change notification settings - Fork 26
/
touchpoints.yml
30 lines (30 loc) · 998 Bytes
/
touchpoints.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
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
LOGIN_GOV_IDP_BASE_URL: https://secure.login.gov/
LOGIN_GOV_PRIVATE_KEY:
LOGIN_GOV_REDIRECT_URI: https://touchpoints.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.app.cloud.gov
buildpacks:
- nodejs_buildpack
- ruby_buildpack
services:
- touchpoints-prod-db
- touchpoints-prod-redis
- touchpoints-prod-s3
- touchpoints-prod-deployer
routes:
- route: touchpoints.app.cloud.gov