gitea: tweak default permissions
This commit is contained in:
parent
60211cd70e
commit
132d3a66f4
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user