-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Autumn.toml
42 lines (35 loc) · 1.03 KB
/
Autumn.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
jpeg_quality = 80
[serve]
as = "WEBP"
quality = 90.0
[tags]
# File Uploads
[tags.attachments]
max_size = 20000000
serve_if_field_present = ["object_id", "message_id"]
# User Avatars
[tags.avatars]
max_size = 4000000
restrict_content_type = "Image"
serve_if_field_present = ["object_id", "user_id"]
# User Profile Backgrounds
[tags.backgrounds]
max_size = 6000000
restrict_content_type = "Image"
serve_if_field_present = ["object_id", "user_id"]
# Channel / Server Icons
[tags.icons]
max_size = 2500000
restrict_content_type = "Image"
serve_if_field_present = ["object_id"]
# Banners
[tags.banners]
max_size = 6000000
restrict_content_type = "Image"
serve_if_field_present = ["object_id", "server_id"]
# Emoji
[tags.emojis]
use_ulid = true
max_size = 500000
restrict_content_type = "Image"
serve_if_field_present = ["object_id"]