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;
settings = {
server = {
ROOT_URL = "git.${domainName}";
PROTOCOL = "https";
DOMAIN = "${domainName}";
ROOT_URL = "https://git.${domainName}/";
PROTOCOL = "http";
DOMAIN = "git.${domainName}";
};
};
};