gitea: don't set default theme
Themes where renamed upstream https://github.com/go-gitea/gitea/pull/27419
This commit is contained in:
parent
c9c0061ff7
commit
c028b9b6ed
@ -376,7 +376,6 @@ in
|
|||||||
HTTP_PORT = 3001;
|
HTTP_PORT = 3001;
|
||||||
ROOT_URL = "https://gitea.nyanlout.re/";
|
ROOT_URL = "https://gitea.nyanlout.re/";
|
||||||
};
|
};
|
||||||
ui.DEFAULT_THEME = "arc-green";
|
|
||||||
log.LEVEL = "Warn";
|
log.LEVEL = "Warn";
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
session.COOKIE_SECURE = true;
|
session.COOKIE_SECURE = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user