mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
initial
This commit is contained in:
commit
ddefc2743a
21 changed files with 873 additions and 0 deletions
17
config.example.yml
Normal file
17
config.example.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
http:
|
||||
port: 3002
|
||||
telegram:
|
||||
key: ''
|
||||
webhookUrl: http://localhost:3002/webhook
|
||||
#vk:
|
||||
# groups:
|
||||
# - id: 0
|
||||
# name: 'Group name'
|
||||
# testResponse: 'testResponseCode'
|
||||
# secretKey: 'groupSecretKey'
|
||||
# apiKey: 'callbackApiKey'
|
||||
# channels:
|
||||
# - id: '@pogonia_test_chan'
|
||||
# events:
|
||||
# - test
|
||||
# - another one
|
Loading…
Add table
Add a link
Reference in a new issue