Set https_proxy env variable in app initialization script

This commit is contained in:
Ryan Ahearn
2022-11-08 11:48:23 -05:00
parent 13134ac6ae
commit 898a570f8f
2 changed files with 8 additions and 0 deletions

View File

@@ -43,3 +43,5 @@ applications:
AWS_REGION: us-west-2
AWS_PINPOINT_REGION: us-west-2
AWS_US_TOLL_FREE_NUMBER: +18446120782
REQUESTS_CA_BUNDLE: "/etc/ssl/certs/ca-certificates.crt"