Edit some Forgejo settings
This commit is contained in:
parent
78f9e0f501
commit
391979bbb5
2 changed files with 11 additions and 2 deletions
|
|
@ -27,6 +27,7 @@ in
|
|||
settings = {
|
||||
service = {
|
||||
DISABLE_REGISTRATION = true;
|
||||
LANDING_PAGE = "explore";
|
||||
};
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
|
|
@ -40,6 +41,9 @@ in
|
|||
USERNAME = "openid";
|
||||
ACCOUNT_LINKING = "auto";
|
||||
};
|
||||
repository = {
|
||||
DEFAULT_BRANCH = "master";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue