Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions touchpoints-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ applications:
TOUCHPOINTS_EMAIL_SENDER:
TOUCHPOINTS_GTM_CONTAINER_ID:
TOUCHPOINTS_WEB_DOMAIN: touchpoints-demo.app.cloud.gov
SKIP_WIDGET_RENDERER: "true"
buildpacks:
- https://github.com/rileyseaburg/rust-buildpack-touchpoints.git
- nodejs_buildpack
Expand Down
1 change: 1 addition & 0 deletions touchpoints-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ applications:
TURNSTILE_SECRET_KEY: ((TURNSTILE_SECRET_KEY))
TOUCHPOINTS_WEB_DOMAIN2: app-staging.touchpoints.digital.gov
ASSET_HOST: app-staging.touchpoints.digital.gov
SKIP_WIDGET_RENDERER: "true"
buildpacks:
- https://github.com/rileyseaburg/rust-buildpack-touchpoints.git
- nodejs_buildpack
Expand Down
1 change: 1 addition & 0 deletions touchpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ applications:
RAILS_SERVE_STATIC_FILES: "true"
TOUCHPOINTS_WEB_DOMAIN: touchpoints.app.cloud.gov
INDEX_URL: /admin
SKIP_WIDGET_RENDERER: "true"
# Secrets managed via cf set-env (DO NOT add empty keys here):
# - AWS_SES_ACCESS_KEY_ID
# - AWS_SES_SECRET_ACCESS_KEY
Expand Down
Loading