Skip to content

Commit

Permalink
🖊️ document env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Aug 9, 2024
1 parent 7c9cd68 commit 148c9de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.example-full
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ IMAGE_HOSTING_R2_CDN_URL=
IMAGE_HOSTING_R2_BUCKET_PATH=
R2_ACCESS_KEY_ID= # optional
R2_SECRET_ACCESS_KEY= # optional
# These two GRAPHER_CONFIG_ settings are used to store grapher configs in an R2 bucket.
# The cloudflare workers for thumbnail rendering etc use these settings to fetch the grapher configs.
# This means that for most local dev it is not necessary to set these.
GRAPHER_CONFIG_R2_BUCKET= # optional - for local dev set it to "owid-grapher-configs-staging"
GRAPHER_CONFIG_R2_BUCKET_PATH= # optional - for local dev set it to "devs/YOURNAME"


OPENAI_API_KEY=

Expand Down

0 comments on commit 148c9de

Please sign in to comment.