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