mirror of
https://github.com/tiennm99/openai-status-bot.git
synced 2026-07-14 07:05:20 +00:00
7 lines
155 B
Bash
7 lines
155 B
Bash
TELEGRAM_BOT_TOKEN=
|
|
MONGODB_URI=mongodb+srv://<user>:<pass>@<cluster>/
|
|
MONGODB_DATABASE=openai_status_bot
|
|
POLL_INTERVAL=1m
|
|
HTTP_TIMEOUT=10s
|
|
LOG_LEVEL=info
|