file size limits increased

This commit is contained in:
hannes 2024-02-16 19:06:00 +01:00
parent 7b0f37141e
commit 3028ba8cca

View file

@ -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";