gitea: tweak default permissions

This commit is contained in:
Michele Guerini Rocco 2021-05-28 19:45:03 +02:00
parent 60211cd70e
commit 132d3a66f4
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -267,7 +267,8 @@
disableRegistration = false;
settings = {
security.LOGIN_REMEMBER_DAYS = 365;
attachment.MAX_SIZE = 10;
attachment.MAX_SIZE = 10; # file upload size (MB)
service.DEFAULT_ALLOW_CREATE_ORGANIZATION = false;
};
};