magpie/gitea: move LANDING_PAGE setting to server group

This commit is contained in:
Asmir A 2023-11-12 19:18:17 +01:00
parent 174e0c84d7
commit ee6ee13736
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -185,6 +185,7 @@
ROOT_URL = "https://git.project-cloud.net";
DISABLE_SSH = true;
HTTP_PORT = 3001;
LANDING_PAGE = "explore";
};
settings.mailer = {
ENABLED = true;
@ -195,7 +196,6 @@
settings.service = {
DISABLE_REGISTRATION = true;
LANDING_PAGE = "explore";
REGISTER_EMAIL_CONFIRM = true;
};