magpie/gitea: move LANDING_PAGE setting to server group
This commit is contained in:
parent
174e0c84d7
commit
ee6ee13736
@ -185,6 +185,7 @@
|
|||||||
ROOT_URL = "https://git.project-cloud.net";
|
ROOT_URL = "https://git.project-cloud.net";
|
||||||
DISABLE_SSH = true;
|
DISABLE_SSH = true;
|
||||||
HTTP_PORT = 3001;
|
HTTP_PORT = 3001;
|
||||||
|
LANDING_PAGE = "explore";
|
||||||
};
|
};
|
||||||
settings.mailer = {
|
settings.mailer = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
@ -195,7 +196,6 @@
|
|||||||
|
|
||||||
settings.service = {
|
settings.service = {
|
||||||
DISABLE_REGISTRATION = true;
|
DISABLE_REGISTRATION = true;
|
||||||
LANDING_PAGE = "explore";
|
|
||||||
REGISTER_EMAIL_CONFIRM = true;
|
REGISTER_EMAIL_CONFIRM = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user