secure cookies and ssh port set to 2222
This commit is contained in:
parent
0f536bbff4
commit
71dec084b6
1 changed files with 2 additions and 0 deletions
|
|
@ -11,7 +11,9 @@
|
||||||
ROOT_URL = "https://git.${domainName}/";
|
ROOT_URL = "https://git.${domainName}/";
|
||||||
PROTOCOL = "http";
|
PROTOCOL = "http";
|
||||||
DOMAIN = "git.${domainName}";
|
DOMAIN = "git.${domainName}";
|
||||||
|
SSH_PORT = 2222;
|
||||||
};
|
};
|
||||||
|
session.COOKIE_SECURE = true;
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue