33 lines
659 B
INI
33 lines
659 B
INI
[Docs_Settings]
|
|
Document_ID = 123ABC
|
|
Config_folder = configs/
|
|
data_file = data.json
|
|
|
|
[Bot]
|
|
token = 123:JAKD
|
|
; None = Not used local telegram bot api server
|
|
; Example http://127.0.0.1:8888
|
|
telegram_bot_api_server = none
|
|
; True or False
|
|
use_webhook = false
|
|
ip = 127.0.0.1
|
|
port = 3001
|
|
; if you don`t use local TelegramBotAPI Server + WebHooks -> Set settings in bot.py
|
|
|
|
link = https://example.com/parse_me
|
|
|
|
[Users]
|
|
;Uncomment this variable, if you use filters to users
|
|
;allowed_users = 0,1,2,3
|
|
admin_users = 0,1,2,3
|
|
exclude = 1,2,3
|
|
|
|
[DataBase]
|
|
enable_logging = yes
|
|
database_link = sqlite:///db.sqlite3
|
|
|
|
[announcements]
|
|
;Seconds only/
|
|
time = 14400
|
|
;////////////
|