-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.example.toml
64 lines (54 loc) · 1.24 KB
/
config.example.toml
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
token = "token"
workers = [
"token1",
"token2",
"token3"
]
max_reviews_size = 25
min_scanned = 500
min_votes = 3
queue_length = 1000
flag_threshold = 0.5
non_flagged_addition_chance = 0.002
bot_server = 784984468251082752
bot_role = 784984786690899968
scan_channels = [
289482554250100736
]
reviewer_category = 793586695282884609
review_role = 786276045355221055
flag_channel = 784984545131888711
stats_channel = 785310590498504754
sanitize_channel = 785310898805407755
admin_users = [
248245568004947969,
240973228632178689,
123879073972748290,
69198249432449024,
125233822760566784
]
reaction_emojis = [
'<:insult:788917079972511774>',
'<:severe_toxic:788916179048595496>',
'<:identity_hate:788916178734546955>',
'<:threat:788916178784354345>',
'<:nsfw:788916179301433355>',
'📥',
'🧹',
'<:greentick:567088336166977536>',
'<:redtick:567088349484023818>'
]
blacklist = []
ignored_users = [172002275412279296, 159985870458322944]
[database]
# The keyword arguments that get passed into database connectors.
# If you're using the docker-compose, you do not need to change this.
host = "db"
port = 5432
user = "postgres"
password = "password"
database = ""
max_size = 20
timeout = 60
[redis]
address = [ 'redis', '6379']