mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04:00
Set https_proxy env variable in app initialization script
This commit is contained in:
6
.profile
Normal file
6
.profile
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
##
|
||||||
|
# Cloud Foundry app initialization script
|
||||||
|
# https://docs.cloudfoundry.org/devguide/deploy-apps/deploy-app.html#profile
|
||||||
|
##
|
||||||
|
|
||||||
|
export https_proxy=$egress_proxy
|
||||||
@@ -43,3 +43,5 @@ applications:
|
|||||||
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: +18446120782
|
||||||
|
|
||||||
|
REQUESTS_CA_BUNDLE: "/etc/ssl/certs/ca-certificates.crt"
|
||||||
|
|||||||
Reference in New Issue
Block a user