Unverified Commit 9eafb6bf authored by Zeng1998's avatar Zeng1998 Committed by GitHub

chore: add the default value of MaxUploadSizeMiB (#1663)

parent 668a9e88
INSERT INTO
system_setting (`name`, `value`, `description`)
VALUES
('allow-signup', 'true', '');
\ No newline at end of file
('allow-signup', 'true', ''),
('max-upload-size-mib', '32', '');
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment