Compare commits

..

No commits in common. "b336ef04b889a22e3410c3e1d79276f4114c1a54" and "0f536bbff4ee6a1b48abe61348629376d3ceca23" have entirely different histories.

View file

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