freelawproject / courtlistener

A fully-searchable and accessible archive of court data including growing repositories of opinions, oral arguments, judges, judicial financial records, and federal filings.
https://www.courtlistener.com
Other
550 stars 151 forks source link

fix(env): Change CL_API_KEY to CL_API_TOKEN #4696

Closed elisa-a-v closed 6 days ago

elisa-a-v commented 6 days ago

When I tried to clone data from CL using the clone_from_cl command I got an error, because the command was expecting CL_API_TOKEN but the .env.example had CL_API_KEY. This PR fixes it.

mlissner commented 6 days ago

Thank you! A dozen people dealt with this, fixed it locally, and didn't do a PR. We gotta fix these things to keep ourselves sane!