pimpybot/config.py.example

6 lines
156 B
Plaintext
Raw Normal View History

2017-11-10 16:31:12 +00:00
# Telegram bot token, as [BotFather](http://tg.me/BotFather) sends it.
2017-11-10 16:25:56 +00:00
TG_TOKEN = '<getthisfrombotfather>'
2017-11-10 16:31:12 +00:00
VIA_SCHEME = 'http'
VIA_HOST = 'localhost:5000'