Add and enforce uploadLength in backup endpoints

This commit is contained in:
ravi-signal
2026-03-31 11:08:08 -05:00
committed by GitHub
parent 771c98fd92
commit f9d3cd8d82
23 changed files with 264 additions and 210 deletions

View File

@@ -231,17 +231,18 @@ messageCache: # Redis server configuration for message store cache
cluster:
configurationUri: redis://redis.example.com:6379/
attachments:
maxUploadSizeInBytes: 1024
gcpAttachments: # GCP Storage configuration
domain: example.com
email: user@example.cocm
maxSizeInBytes: 1024
pathPrefix:
rsaSigningKey: secret://gcpAttachments.rsaSigningKey
tus:
uploadUri: https://example.org/upload
userAuthenticationTokenSharedSecret: secret://tus.userAuthenticationTokenSharedSecret
maxSizeInBytes: 1024
apn: # Apple Push Notifications configuration
sandbox: true