mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 15:22:24 -05:00
Bind to sns service
This commit is contained in:
@@ -6,3 +6,4 @@ worker_memory: 512M
|
|||||||
scheduler_memory: 256M
|
scheduler_memory: 256M
|
||||||
public_api_route: notify-api-demo.app.cloud.gov
|
public_api_route: notify-api-demo.app.cloud.gov
|
||||||
admin_base_url: https://notify-demo.app.cloud.gov
|
admin_base_url: https://notify-demo.app.cloud.gov
|
||||||
|
default_toll_free_number: "+18337581259"
|
||||||
|
|||||||
@@ -6,3 +6,4 @@ worker_memory: 512M
|
|||||||
scheduler_memory: 256M
|
scheduler_memory: 256M
|
||||||
public_api_route: notify-api.app.cloud.gov
|
public_api_route: notify-api.app.cloud.gov
|
||||||
admin_base_url: https://notify.app.cloud.gov
|
admin_base_url: https://notify.app.cloud.gov
|
||||||
|
default_toll_free_number: ""
|
||||||
|
|||||||
@@ -9,3 +9,4 @@ admin_base_url: https://notify-sandbox.app.cloud.gov
|
|||||||
ADMIN_CLIENT_SECRET: sandbox-notify-secret-key
|
ADMIN_CLIENT_SECRET: sandbox-notify-secret-key
|
||||||
DANGEROUS_SALT: sandbox-notify-salt
|
DANGEROUS_SALT: sandbox-notify-salt
|
||||||
SECRET_KEY: sandbox-notify-secret-key
|
SECRET_KEY: sandbox-notify-secret-key
|
||||||
|
default_toll_free_number: ""
|
||||||
|
|||||||
@@ -6,3 +6,4 @@ worker_memory: 512M
|
|||||||
scheduler_memory: 256M
|
scheduler_memory: 256M
|
||||||
public_api_route: notify-api-staging.app.cloud.gov
|
public_api_route: notify-api-staging.app.cloud.gov
|
||||||
admin_base_url: https://notify-staging.app.cloud.gov
|
admin_base_url: https://notify-staging.app.cloud.gov
|
||||||
|
default_toll_free_number: "+18556438890"
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ applications:
|
|||||||
- name: notify-api-ses-((env))
|
- name: notify-api-ses-((env))
|
||||||
parameters:
|
parameters:
|
||||||
notification_webhook: "https://((public_api_route))/notifications/email/ses"
|
notification_webhook: "https://((public_api_route))/notifications/email/ses"
|
||||||
|
- notify-api-sns-((env))
|
||||||
|
|
||||||
processes:
|
processes:
|
||||||
- type: web
|
- type: web
|
||||||
@@ -51,7 +52,7 @@ applications:
|
|||||||
AWS_SECRET_ACCESS_KEY: ((AWS_SECRET_ACCESS_KEY))
|
AWS_SECRET_ACCESS_KEY: ((AWS_SECRET_ACCESS_KEY))
|
||||||
AWS_REGION: us-west-2
|
AWS_REGION: us-west-2
|
||||||
AWS_PINPOINT_REGION: us-west-2
|
AWS_PINPOINT_REGION: us-west-2
|
||||||
AWS_US_TOLL_FREE_NUMBER: +18446120782
|
AWS_US_TOLL_FREE_NUMBER: ((default_toll_free_number))
|
||||||
|
|
||||||
REQUESTS_CA_BUNDLE: "/etc/ssl/certs/ca-certificates.crt"
|
REQUESTS_CA_BUNDLE: "/etc/ssl/certs/ca-certificates.crt"
|
||||||
NEW_RELIC_CA_BUNDLE_PATH: "/etc/ssl/certs/ca-certificates.crt"
|
NEW_RELIC_CA_BUNDLE_PATH: "/etc/ssl/certs/ca-certificates.crt"
|
||||||
|
|||||||
Reference in New Issue
Block a user