From 888f4c5f95255d0320bb98f026127f876a996f55 Mon Sep 17 00:00:00 2001 From: tbxark Date: Thu, 26 Dec 2024 11:23:32 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=20wrangler.example.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/wrangler.example.toml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 doc/wrangler.example.toml diff --git a/doc/wrangler.example.toml b/doc/wrangler.example.toml deleted file mode 100644 index 1c9332a..0000000 --- a/doc/wrangler.example.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "mail2telegram" -main = "index.ts" -compatibility_date = "2023-10-13" - -kv_namespaces = [ - { binding = "DB", id = "" } -] - -[vars] -DOMAIN = "mail2telegram.yourname.workers.dev" -TELEGRAM_ID = "" -TELEGRAM_TOKEN = ":" -FORWARD_LIST = "yourname@outlook.com"