fix server settings

This commit is contained in:
Yisroel Baum 2026-04-08 23:34:15 +03:00
parent 60b9cf5933
commit 247f411d01
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -58,9 +58,9 @@ in
enable = true; enable = true;
settings = { settings = {
server = { server = {
ROOT_URL = "git.${domainName}"; ROOT_URL = "https://git.${domainName}/";
PROTOCOL = "https"; PROTOCOL = "http";
DOMAIN = "${domainName}"; DOMAIN = "git.${domainName}";
}; };
}; };
}; };