mirror of
https://github.com/usememos/memos.git
synced 2025-11-10 17:31:33 +08:00
chore: add the default value of MaxUploadSizeMiB (#1663)
This commit is contained in:
parent
668a9e88c6
commit
9eafb6bfb5
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
INSERT INTO
|
INSERT INTO
|
||||||
system_setting (`name`, `value`, `description`)
|
system_setting (`name`, `value`, `description`)
|
||||||
VALUES
|
VALUES
|
||||||
('allow-signup', 'true', '');
|
('allow-signup', 'true', ''),
|
||||||
|
('max-upload-size-mib', '32', '');
|
||||||
Loading…
Add table
Reference in a new issue