diff --git a/stoat/templates/Revolt.toml.tftpl b/stoat/templates/Revolt.toml.tftpl index 34f81e9..a0d457d 100644 --- a/stoat/templates/Revolt.toml.tftpl +++ b/stoat/templates/Revolt.toml.tftpl @@ -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 diff --git a/stoat/terraform.tfvars b/stoat/terraform.tfvars index 3ff7cfa..549cad2 100644 --- a/stoat/terraform.tfvars +++ b/stoat/terraform.tfvars @@ -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" }