Stoat config

This commit is contained in:
Antonin Ruan
2026-04-28 23:05:24 +02:00
parent 8d435f9f30
commit 87d668d173
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -214,7 +214,7 @@ server_roles = 200
server_channels = 200
# How many hours since creation a user is considered new
new_user_hours = 72
new_user_hours = 1
# Maximum permissible body size in bytes for uploads
# (should be greater than any one file upload limit)
@@ -265,6 +265,10 @@ message_attachments = 5
# Maximum number of servers the user can create/join
servers = 100
video = true
video_resolution = [0,0]
video_aspect_ration = [0,0]
[features.limits.default.file_upload_size_limit]
# Maximum file size limits (in bytes)
attachments = 20_000_000