Archived
1

Initial commit

This commit is contained in:
Vladimir Hodakov
2017-10-04 17:56:18 +04:00
commit 4fec8f0fe7
14 changed files with 449 additions and 0 deletions

8
config.yml.example Normal file
View File

@@ -0,0 +1,8 @@
telegram_connection:
api_token: "your-awesome-token"
database_connection:
host: "localhost"
port: "3306"
user: "i2_bot"
password: "i2_bot"
database: "i2_bot"