feat: set gitea max attachment size explicitly

This commit is contained in:
dusk 2024-09-26 21:16:21 +03:00
parent d6fd5a2a97
commit f3d2c718a1
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -19,6 +19,9 @@
ENABLE_AUTO_REGISTRATION = false;
UPDATE_AVATAR = true;
};
attachment = {
MAX_SIZE = 100;
};
ui = {
DEFAULT_SHOW_FULL_NAME = true;
DEFAULT_THEME = "edge-dark";