services: forgejo: show version in footer
This commit is contained in:
parent
1059d52334
commit
d75eb9d028
|
@ -65,7 +65,6 @@ in {
|
||||||
HTTP_PORT = cfg.privatePort;
|
HTTP_PORT = cfg.privatePort;
|
||||||
};
|
};
|
||||||
log.LEVEL = "Warn"; # [ "Trace" "Debug" "Info" "Warn" "Error" "Critical" ]
|
log.LEVEL = "Warn"; # [ "Trace" "Debug" "Info" "Warn" "Error" "Critical" ]
|
||||||
other.SHOW_FOOTER_VERSION = false;
|
|
||||||
repository = {
|
repository = {
|
||||||
ENABLE_PUSH_CREATE_USER = true;
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
DEFAULT_BRANCH = "main";
|
DEFAULT_BRANCH = "main";
|
||||||
|
|
Loading…
Reference in a new issue