Update config example
This commit is contained in:
parent
9756361efc
commit
73540e4790
1 changed files with 0 additions and 10 deletions
|
@ -1,15 +1,5 @@
|
|||
# Telegram bot token, as [BotFather](http://tg.me/BotFather) sends it.
|
||||
TG_TOKEN = '<getthisfrombotfather>'
|
||||
|
||||
# Dictionary from Telegram user ID to their via API access token.
|
||||
USER_TOKENS = {
|
||||
12345678: 'access_token'
|
||||
}
|
||||
|
||||
# Dictionary from Telegram to via group ID.
|
||||
VIA_GROUPS = {
|
||||
-1020304050: 12,
|
||||
}
|
||||
|
||||
VIA_SCHEME = 'http'
|
||||
VIA_HOST = 'localhost:5000'
|
||||
|
|
Loading…
Reference in a new issue