Disable HTTP Basic authentication and set default repo units for Forgejo
This commit is contained in:
parent
7cef911b61
commit
8faf83158f
|
@ -43,6 +43,10 @@
|
|||
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
||||
DEFAULT_USER_VISIBILITY = "limited";
|
||||
DEFAULT_KEEP_EMAIL_PRIVATE = true;
|
||||
ENABLE_BASIC_AUTHENTICATION = false;
|
||||
};
|
||||
repo = {
|
||||
DEFAULT_REPO_UNITS = "repo.code,repo.issues,repo.pulls";
|
||||
};
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
|
|
Loading…
Reference in a new issue