Archived
1

Moving from long polling to webhook-based updates

This commit is contained in:
2018-01-31 00:10:10 +04:00
parent 5b13b6479a
commit 88e640d322
4 changed files with 16 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
telegram_connection:
api_token: "your-awesome-token"
webhook_domain: "https://i2bot.wtfteam.pro"
listen_address: "0.0.0.0:5000"
database_connection:
host: "localhost"
port: "3306"