Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit bae914e

Browse files
authored
Merge pull request #1742 from 18F/prod-config-tweak
add REQUESTS_CA_BUNDLE env var to prod
2 parents 4cc9943 + 1b66a3f commit bae914e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifest-production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ applications:
1515
NEW_RELIC_ENV: production
1616
NEW_RELIC_LOG: stdout
1717
NEW_RELIC_CA_BUNDLE_PATH: /etc/ssl/certs
18+
REQUESTS_CA_BUNDLE: "/etc/ssl/certs/ca-certificates.crt"
1819
instances: 4
1920
services:
2021
- tockdb

0 commit comments

Comments
 (0)