Files
plain-ub-overfork/sample-config.env
2025-04-26 15:42:15 +05:30

75 lines
1.1 KiB
Bash

API_ID=
API_HASH=
# API_PORT=
# To pass Health checks of Koyeb, Render and other hosts.
# Use the port listed in your app configuration.
CMD_TRIGGER=.
DEV_MODE=0
# py, sh, shell commands
DB_URL=
# Mongo DB cluster URL
# EXTRA_MODULES_REPO=
# To add extra modules or mini bots that require stuff in ub.
# Only For Advance Users.
# FBAN_LOG_CHANNEL=
# Optional FedBan Proof and logs.
# FBAN_SUDO_ID=
# FBAN_SUDO_TRIGGER=
# Optional sudo fban vars to initiate ban in 2nd user-bot.
# GEMINI_API_KEY=
# Optional API Key
# Get from https://ai.google.dev/
LOG_CHAT=
# Bot logs chat/channel
# LOG_CHAT_THREAD_ID=
# if you want to log to a specific topic.
# MESSAGE_LOGGER_CHAT=
# For PM and Tag logger
# Defaults to sending in Log Channel Above.
# PM_LOGGER_THREAD_ID=
# TAG_LOGGER_THREAD_ID=
# Extra customisation for separated logging.
# can be used with the var above or directly with log chat.
OWNER_ID=
# Your user ID
SESSION_STRING=
# Your string session
SUDO_TRIGGER=!
# Sudo Trigger for bot
UPSTREAM_REPO=https://github.com/thedragonsinn/plain-ub
# Keep default unless you maintain your own fork.