Added example config
This commit is contained in:
parent
01f19ebb1d
commit
ecb55efa7c
24
example_config.ini
Normal file
24
example_config.ini
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
[bot]
|
||||||
|
name = BOT_NAME
|
||||||
|
avatar = http://viber.com/avatar.jpg
|
||||||
|
token = AUTH_TOKEN
|
||||||
|
|
||||||
|
[webhook]
|
||||||
|
cert_folder = certs
|
||||||
|
cert = fullchain.pem
|
||||||
|
key = privkey.pem
|
||||||
|
|
||||||
|
host = 0.0.0.0
|
||||||
|
port = 7070
|
||||||
|
|
||||||
|
webhook_url = https://example.com:7070
|
||||||
|
|
||||||
|
[parser]
|
||||||
|
enable_parse = true
|
||||||
|
folder = ./data
|
||||||
|
file = data.json
|
||||||
|
|
||||||
|
link = LINK
|
||||||
|
|
||||||
|
admins = GET_ID_WITH_COMMAND_id
|
||||||
|
; send "id" to get your id
|
Loading…
Reference in New Issue
Block a user