updates for server files size limits

This commit is contained in:
onysd 2026-09-06 07:14:50 +03:00
parent b65ad60fe8
commit aeaf3f4596
8 changed files with 175 additions and 32 deletions

View file

@ -1611,6 +1611,7 @@ func run(logger *zap.Logger) error {
help.WithMapboxToken(cfg.MapboxToken),
help.WithEmailSignupEnable(cfg.EmailSignupEnable),
help.WithEmailSignupPhonePrefixes(cfg.EmailSignupPhonePrefixes),
help.WithMaxUploadFileBytes(cfg.StorageMaxUploadFileBytes),
help.WithAccountFreezeProvider(adminService),
),
AppUpdates: appUpdateResolver,