move from deprecated paths

main
Brian Hicks 2022-12-02 14:34:19 -06:00
parent 4cf5a750ce
commit 08d43f0567
Signed by: brian
GPG Key ID: C4F324B9CAAB0D50
1 changed files with 5 additions and 10 deletions

View File

@ -93,17 +93,12 @@
appName = "Git in the Bytes Zone";
# only for people I invite!
disableRegistration = true;
rootUrl = "https://git.bytes.zone";
ssh = {
enable = true;
clonePort = 2222;
};
settings = {
# only for people I invite!
service.DISABLE_REGISTRATION = true;
ui.DEFAULT_THEME = "gitea";
server = {
@ -111,6 +106,7 @@
# ssh
START_SSH_SERVER = true;
SSH_PORT = 2222;
BUILTIN_SSH_SERVER_USER = "git";
# gitea
@ -134,14 +130,13 @@
};
log = {
LEVEL = "Warn";
ENABLE_XORM_LOG = false;
ENABLE_ACCESS_LOG = false;
};
other.SHOW_FOOTER_BRANDING = false;
};
log.level = "Warn";
};
## Nginx