Skip to content

Commit

Permalink
🐝 clean up wrangler.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 authored and sophiamersmann committed Aug 8, 2024
1 parent 3db094f commit ec1d880
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ name = "owid"
compatibility_date = "2024-04-29"
pages_build_output_dir = "./localBake"

# Vars that should be available in all envs, including local dev
[vars]
ENV = "development"

# Overrides for CF preview deployments
[env.preview.vars]
MAILGUN_DOMAIN = "mg.ourworldindata.org"
# MAILGUN_SENDING_KEY =
# RECAPTCHA_SECRET_KEY =
SLACK_ERROR_CHANNEL_ID = "C016H0BNNB1"
# STRIPE_API_KEY =
# STRIPE_WEBHOOK_SECRET =


# Overrides for CF production deployment
[env.production]
compatibility_date = "2024-04-29"

Expand Down

0 comments on commit ec1d880

Please sign in to comment.