🗑️ update gitea configs - remove deprecations

Close #13
This commit is contained in:
James Walker 2022-08-28 21:49:08 -04:00
parent 1760f7a7d4
commit 1affeb38c6
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -21,16 +21,15 @@ in
rootUrl = "https://walkah.dev/";
httpAddress = "0.0.0.0";
httpPort = 8003;
log.level = "Error";
lfs.enable = true;
disableRegistration = true;
cookieSecure = true;
settings = {
log.LEVEL = "Error";
other.SHOW_FOOTER_VERSION = false;
repository.DEFAULT_BRANCH = "main";
server.SSH_DOMAIN = "git.walkah.dev";
service.DISABLE_REGISTRATION = true;
session.COOKIE_SECURE = true;
};
dump.enable = false;