mirror of
https://github.com/Steffo99/greed.git
synced 2024-11-22 14:04:18 +00:00
23 lines
No EOL
767 B
INI
23 lines
No EOL
767 B
INI
# greed configuration file
|
|
|
|
# Config file parameters
|
|
[Config]
|
|
; Config file version. DO NOT EDIT THIS!
|
|
version = 4
|
|
; Set this to no when you are done editing the file
|
|
is_template = yes
|
|
|
|
# Telegram bot parameters
|
|
[Telegram]
|
|
; Your bot token goes here. Get one from @BotFather!
|
|
token = 123456789:YOUR_TOKEN_GOES_HERE_______________
|
|
; Time in seconds before a conversation with no new messages expires
|
|
; 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
|
|
|
|
# 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.
|
|
engine = sqlite:// |