secure cookies and ssh port set to 2222

This commit is contained in:
Yisroel Baum 2026-04-09 19:16:05 +03:00
parent 0f536bbff4
commit 71dec084b6
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -11,7 +11,9 @@
ROOT_URL = "https://git.${domainName}/";
PROTOCOL = "http";
DOMAIN = "git.${domainName}";
SSH_PORT = 2222;
};
session.COOKIE_SECURE = true;
service.DISABLE_REGISTRATION = true;
};
};