Skip to content

Commit 0adb211

Browse files
authored
Merge pull request #33 from freelawproject/add-missing-env-vars-to-template
fix(app): Added missing Texas and SCOTUS env vars to template.yaml
2 parents 9d5524f + 3279351 commit 0adb211

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

cl/env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"RecapEmailFunction": {
33
"RECAP_EMAIL_ENDPOINT": "http://host.docker.internal:8000/api/rest/v3/recap-email/",
44
"SCOTUS_EMAIL_ENDPOINT": "http://host.docker.internal:8000/api/rest/v4/scrapers/scotus-email/",
5-
"TEXAS_EMAIL_ENDPOINT": "http://host.docker.internal:8000/api/rest/v4/state/tx/tames/alerts",
5+
"TEXAS_EMAIL_ENDPOINT": "http://host.docker.internal:8000/api/rest/v4/state/tx/tames/alerts/",
66
"AUTH_TOKEN": "****************************",
77
"SENTRY_DSN": ""
88
}

cl/template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Resources:
2020
Environment:
2121
Variables:
2222
RECAP_EMAIL_ENDPOINT: https://www.courtlistener.com/api/rest/v3/recap-email/
23+
SCOTUS_EMAIL_ENDPOINT: https://www.courtlistener.com/api/rest/v4/scrapers/scotus-email/
24+
TEXAS_EMAIL_ENDPOINT: https://www.courtlistener.com/api/rest/v4/state/tx/tames/alerts/
2325
AUTH_TOKEN: xxxxxxxxxxxxxxxxxxxxxxx
2426
SENTRY_DSN: ""
2527
Events:

0 commit comments

Comments
 (0)