ajust settings
This commit is contained in:
parent
b1a8e17b7b
commit
bf83ce5fdf
1 changed files with 4 additions and 3 deletions
|
@ -24,11 +24,12 @@
|
||||||
PROTOCOL = "http";
|
PROTOCOL = "http";
|
||||||
START_SSH_SERVER = true;
|
START_SSH_SERVER = true;
|
||||||
BUILTIN_SSH_SERVER_USER = "git";
|
BUILTIN_SSH_SERVER_USER = "git";
|
||||||
SSH_LISTEN_HOST = "0.0.0.0";
|
|
||||||
SSH_PORT = 2222;
|
|
||||||
SSH_LISTEN_PORT = 2222;
|
SSH_LISTEN_PORT = 2222;
|
||||||
};
|
};
|
||||||
# auth
|
repository = {
|
||||||
|
DEFAULT_REPO_UNITS="repo.code,repo.releases,repo.issues,repo.pulls";
|
||||||
|
ENABLE_PUSH_CREATE_USER=true;
|
||||||
|
};
|
||||||
service = {
|
service = {
|
||||||
REGISTER_EMAIL_CONFIRM = false;
|
REGISTER_EMAIL_CONFIRM = false;
|
||||||
DISABLE_REGISTRATION = true;
|
DISABLE_REGISTRATION = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue