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
+1 -1
View File
@@ -31,7 +31,7 @@ redis = {
smtp = {
host = "smtp.tem.scaleway.com"
username = "0405a864-c52f-4a58-9dff-05560e22978b"
password = ""
password = "609545b5-57bd-4f2a-9a25-af9baf38b3b2"
from = "noreply@ruan.fr"
}