From f61425d3503df3d5899dd59a27070478c6a0cbfd Mon Sep 17 00:00:00 2001 From: Daniel Bachler Date: Tue, 6 Aug 2024 12:42:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9D=20clean=20up=20wrangler.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrangler.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index 39a4a1e04ec..a51b62d9c4d 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -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"