From 66be5cd4a6b60087e33c8dbf125071b9fc64425d Mon Sep 17 00:00:00 2001 From: Jonas Schell Date: Thu, 22 Aug 2024 13:48:55 +0200 Subject: [PATCH] update wrangler.toml --- wrangler.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index 46a3e5e..331ee3b 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,6 +1,10 @@ +# Generated by Wrangler on Thu Aug 22 2024 13:43:56 GMT+0200 (Central European Summer Time) name = "meet-sandbox-staging" -compatibility_date = "2024-08-21" -compatibility_flags = ["nodejs_compat"] pages_build_output_dir = ".vercel/output/static" +compatibility_date = "2024-08-22" +compatibility_flags = [ "nodejs_compat" ] +send_metrics = false -send_metrics = false \ No newline at end of file +[vars] +NEXT_PUBLIC_LK_TOKEN_ENDPOINT = "/api/token" +NEXT_PUBLIC_SHOW_SETTINGS_MENU = "true"