hdkv
/
i2_bot
Archived
1
Fork 0
This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues/pull-requests.
i2_bot/config.yml.example

19 lines
454 B
Plaintext
Raw Permalink Normal View History

2017-10-04 17:56:18 +04:00
telegram_connection:
api_token: "your-awesome-token"
2018-01-31 00:17:59 +04:00
webhook_domain: "https://i2bot.wtfteam.pro/"
listen_address: "0.0.0.0:5000"
2017-10-04 17:56:18 +04:00
database_connection:
host: "localhost"
port: "3306"
user: "i2_bot"
password: "i2_bot"
database: "i2_bot"
2017-11-26 16:54:06 +04:00
special_chats:
academy_id: "group_id"
2017-11-26 16:54:06 +04:00
bastion_id: "group_id"
default_id: "group_id"
headquarters_id: "group_id"
games_id: "group_id"
2017-11-14 03:44:21 +04:00
logs:
log_path: "./i2_bot.log"