add start ssh server for forgejo
This commit is contained in:
parent
71dec084b6
commit
b336ef04b8
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
PROTOCOL = "http";
|
PROTOCOL = "http";
|
||||||
DOMAIN = "git.${domainName}";
|
DOMAIN = "git.${domainName}";
|
||||||
SSH_PORT = 2222;
|
SSH_PORT = 2222;
|
||||||
|
START_SSH_SERVER = true;
|
||||||
};
|
};
|
||||||
session.COOKIE_SECURE = true;
|
session.COOKIE_SECURE = true;
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue