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

pull/1665/head
Zeng1998 2 years ago committed by GitHub
parent 668a9e88c6
commit 9eafb6bfb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,5 @@
INSERT INTO
system_setting (`name`, `value`, `description`)
VALUES
('allow-signup', 'true', '');
('allow-signup', 'true', ''),
('max-upload-size-mib', '32', '');
Loading…
Cancel
Save