From 63262ca6e5195390b550187016035a8102d4095e Mon Sep 17 00:00:00 2001 From: Kyle Fang Date: Wed, 6 Aug 2025 18:21:27 +0800 Subject: [PATCH] chore: update example configuration with real values and enable observability logs --- wrangler.toml.example | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/wrangler.toml.example b/wrangler.toml.example index 9c81d39..8cd7351 100644 --- a/wrangler.toml.example +++ b/wrangler.toml.example @@ -3,9 +3,14 @@ main = "src/index.ts" compatibility_date = "2023-05-01" kv_namespaces = [ - { binding = "TG_GROUPS", id = "***", preview_id = "***" } + { binding = "TG_GROUPS", id = "0c0522002c384d9582861e78f8d006cf", preview_id = "b94bec4fff8249de894d34db46c690ce" } ] [vars] -BOT_TOKEN = "***" -WEBHOOK_PREFIX = "***" +BOT_TOKEN = "5853191894:***************" +WEBHOOK_PREFIX = "https://telert.reily.app" +WEBHOOK_PASSWORD = "************" + +[observability.logs] +enabled = true +