-
Notifications
You must be signed in to change notification settings - Fork 243
/
.env.example
83 lines (62 loc) · 1.34 KB
/
.env.example
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
################ ModMail Configuration ################
# Environment (development/production)
ENVIRONMENT=development
###################### Bot #######################
# Bot information
BOT_TOKEN=
BOT_CLIENT_ID=
BOT_CLIENT_SECRET=
# Default command prefix
DEFAULT_PREFIX==
# Default server to send messages to
DEFAULT_SERVER=
# Number of clusters
BOT_CLUSTERS=
##################### Users ######################
# Main support server
MAIN_SERVER=
# Bot owner and admin users
OWNER_USERS=
ADMIN_USERS=
# Premium user roles
PREMIUM1_ROLE=
PREMIUM3_ROLE=
PREMIUM5_ROLE=
# Premium channels
PAYMENT_CHANNEL=
PATRON_CHANNEL=
#################### Database ####################
# PostgreSQL server
POSTGRES_HOST=127.0.0.1
POSTGRES_PORT=5432
POSTGRES_USERNAME=postgres
POSTGRES_PASSWORD=
POSTGRES_DATABASE=modmail
# Redis server
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_PASSWORD=
# RabbitMQ server
RABBIT_HOST=127.0.0.1
RABBIT_PORT=5672
RABBIT_USERNAME=guest
RABBIT_PASSWORD=guest
##################### Server #####################
# Web server
BASE_URI=https://local.test
HTTP_HOST=0.0.0.0
HTTP_PORT=6000
# Web API server
API_HOST=127.0.0.1
API_PORT=6001
API_WORKERS=5
API_SECRET=
# Bot API server
BOT_API_HOST=127.0.0.1
BOT_API_PORT=6002
################### Statistics ###################
# Bot list tokens
TOPGG_TOKEN=
DBOTS_TOKEN=
DBL_TOKEN=
BOD_TOKEN=