mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
7 lines
150 B
Python
7 lines
150 B
Python
|
MAIN_BOT_TOKEN = "your_main_bot_token"
|
||
|
|
||
|
WEBHOOK_HOST = "your_domain.com"
|
||
|
WEBHOOK_PATH = "telegram_webhook"
|
||
|
WEBAPP_HOST = "0.0.0.0"
|
||
|
WEBAPP_PORT = 3500
|