From 6a2291c6bfc96d9b95876897e53680bad77611fd Mon Sep 17 00:00:00 2001 From: Redume Date: Thu, 9 Jan 2025 13:26:33 +0300 Subject: [PATCH] chore: new example config --- config_sample.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/config_sample.yaml b/config_sample.yaml index 9e09ebb..637f17c 100644 --- a/config_sample.yaml +++ b/config_sample.yaml @@ -1,4 +1,6 @@ -debug: false # debug logging -timeout: 2 # http requests timeout -telegram_token: # telegram bot token -kekkai_instance: 'https://kekkai-api.redume.su/' \ No newline at end of file +webhook: + secret_token: 'j_!?TD]nK6!nu'EZ654b' + base_url: 'example.com' + path: '/webhook' +telegram_token: +kekkai_instance: 'https://kekkai-api.redume.su' \ No newline at end of file