gitea: change landing page to explore
This commit is contained in:
parent
411735ed81
commit
4e03b6d93e
1 changed files with 4 additions and 1 deletions
|
@ -40,7 +40,10 @@ in
|
|||
CHARSET = "utf8";
|
||||
LOG_SQL = false;
|
||||
};
|
||||
server.DISABLE_ROUTER_LOG = true;
|
||||
server = {
|
||||
DISABLE_ROUTER_LOG = true;
|
||||
LANDING_PAGE = "explore";
|
||||
};
|
||||
service = {
|
||||
ALLOW_ONLY_EXTERNAL_REGISTRATION = false;
|
||||
DEFAULT_KEEP_EMAIL_PRIVATE = false;
|
||||
|
|
Loading…
Reference in a new issue