forked from thedragonsinn/plain-ub
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample-config.env
68 lines (36 loc) · 961 Bytes
/
sample-config.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
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
# MESSAGE_LOGGER_CHAT=
# For PM and Tag logger
# Defaults to sending in Log Channel Above
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 maintain your own fork.