Stoat config
This commit is contained in:
@@ -214,7 +214,7 @@ server_roles = 200
|
|||||||
server_channels = 200
|
server_channels = 200
|
||||||
|
|
||||||
# How many hours since creation a user is considered new
|
# 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
|
# Maximum permissible body size in bytes for uploads
|
||||||
# (should be greater than any one file upload limit)
|
# (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
|
# Maximum number of servers the user can create/join
|
||||||
servers = 100
|
servers = 100
|
||||||
|
|
||||||
|
video = true
|
||||||
|
video_resolution = [0,0]
|
||||||
|
video_aspect_ration = [0,0]
|
||||||
|
|
||||||
[features.limits.default.file_upload_size_limit]
|
[features.limits.default.file_upload_size_limit]
|
||||||
# Maximum file size limits (in bytes)
|
# Maximum file size limits (in bytes)
|
||||||
attachments = 20_000_000
|
attachments = 20_000_000
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ redis = {
|
|||||||
smtp = {
|
smtp = {
|
||||||
host = "smtp.tem.scaleway.com"
|
host = "smtp.tem.scaleway.com"
|
||||||
username = "0405a864-c52f-4a58-9dff-05560e22978b"
|
username = "0405a864-c52f-4a58-9dff-05560e22978b"
|
||||||
password = ""
|
password = "609545b5-57bd-4f2a-9a25-af9baf38b3b2"
|
||||||
from = "noreply@ruan.fr"
|
from = "noreply@ruan.fr"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user