updates for server files size limits
This commit is contained in:
parent
b65ad60fe8
commit
aeaf3f4596
8 changed files with 175 additions and 32 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue