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"