mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
22 lines
429 B
YAML
22 lines
429 B
YAML
http:
|
|
port: 3002
|
|
telegram:
|
|
key: ''
|
|
webhook:
|
|
path: /webhook
|
|
url: https://something.org:123123/webhook
|
|
enabled: false
|
|
logger:
|
|
level: info
|
|
#vk:
|
|
# groups:
|
|
# - id: 0
|
|
# name: 'Group name'
|
|
# testResponse: 'testResponseCode'
|
|
# secretKey: 'groupSecretKey'
|
|
# apiKey: 'callbackApiKey'
|
|
# channels:
|
|
# - id: '@pogonia_test_chan'
|
|
# events:
|
|
# - test
|
|
# - another one
|