file size limits increased
This commit is contained in:
parent
aad666f381
commit
0d058b5cdb
1 changed files with 9 additions and 0 deletions
|
@ -86,6 +86,15 @@
|
|||
settings.actions = {
|
||||
ENABLED = true;
|
||||
};
|
||||
settings."repository.upload" = {
|
||||
FILE_MAX_SIZE = 4095;
|
||||
MAX_FILES = 20;
|
||||
};
|
||||
settings."attachment" = {
|
||||
MAX_SIZE = 4095;
|
||||
MAX_FILES = 20;
|
||||
};
|
||||
|
||||
settings.service.DISABLE_REGISTRATION = true;
|
||||
database = {
|
||||
user = "forgejo";
|
||||
|
|
Loading…
Reference in a new issue