gitea: Renamed property to SSH_PORT

This commit is contained in:
Giulio De Pasquale 2022-12-01 14:27:05 +01:00
parent 76a0da7dea
commit f759f44024

View File

@ -11,9 +11,11 @@ in
domain = domain;
appName = "Gitea";
rootUrl = "https://${domain}";
ssh.clonePort = 22;
settings = {
server.LFS_START_SERVER = true;
server = {
LFS_START_SERVER = true;
SSH_PORT = 22;
};
openid.enable_openid_signin = true;
};
};