Load config by importing configloader

This commit is contained in:
Stefano Pigozzi
2017-12-17 16:49:46 +01:00
parent a3870f4f88
commit e540fa09b2
4 changed files with 41 additions and 46 deletions

View File

@@ -15,4 +15,8 @@ token = 123456789:YOUR_TOKEN_GOES_HERE_______________
; A lower value reduces memory usage but can be inconvenient for the users
conversation_timeout = 7200
; Time to wait before sending another getUpdates request
long_polling_timeout = 30
long_polling_timeout = 30
# Database parameters
[Database]
; The database engine you want to use. Refer to http://docs.sqlalchemy.org/en/latest/core/engines.html for the possible settings.