Files
plain-ub-overfork/sample-config.env
2024-02-12 14:57:54 +05:30

54 lines
653 B
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
FBAN_LOG_CHANNEL=
# Optional FedBan Proof and logs.
GEMINI_API_KEY=
# Optional API Key
# Get from https://ai.google.dev/
LOG_CHAT=
# Bot logs chat/channel
OWNER_ID=
# Your user ID
SESSION_STRING=
# Your string session
SUDO_TRIGGER=!
# Sudo Trigger for bot
MESSAGE_LOGGER_CHAT=
# PM and Tag Logger chat.
UPSTREAM_REPO=https://github.com/thedragonsinn/plain-ub
# Keep default unless you wanna maintain your fork.