26 lines
511 B
INI
26 lines
511 B
INI
|
[Bot]
|
||
|
token = 123456789:ABCDEABCDEABCD
|
||
|
;; Token from @botfather
|
||
|
base_server = https://api.telegram.org
|
||
|
chat_id = -1001740735953
|
||
|
verify_timeout = 120
|
||
|
|
||
|
|
||
|
[WebHook]
|
||
|
use = false
|
||
|
webhook_host = http://127.0.0.1:3001
|
||
|
webhook_path = /bot
|
||
|
|
||
|
app_host = 127.0.0.1
|
||
|
app_port = 3001
|
||
|
|
||
|
|
||
|
[DataBase]
|
||
|
link = sqlite:///database.sqlite3
|
||
|
;; http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#database-url
|
||
|
|
||
|
[API]
|
||
|
api_file = key.txt
|
||
|
;; file with clash of clans API Token
|
||
|
;; https://developer.clashofclans.com
|
||
|
clan_tag = #QWERTY1
|