telegram-bot-template/config.ini
2023-07-31 15:48:34 +03:00

16 lines
199 B
INI

[Bot]
token = 123:abc
base_server = http://127.0.0.1:18888
skip_updates = true
[WebHook]
use = true
webhook_host = http://127.0.0.1:3000
webhook_path = /bot
app_host = 127.0.0.1
app_port = 3000