box: actually disable registration in gitea
This commit is contained in:
parent
cbe74f7110
commit
a257fd12bd
@ -790,9 +790,11 @@ in
|
|||||||
START_SSH_SERVER = true;
|
START_SSH_SERVER = true;
|
||||||
SSH_SERVER_HOST_KEYS = "ssh/gitea-ed25519";
|
SSH_SERVER_HOST_KEYS = "ssh/gitea-ed25519";
|
||||||
SSH_PORT = 2222;
|
SSH_PORT = 2222;
|
||||||
DISABLE_REGISTRATION = true;
|
|
||||||
COOKIE_SECURE = true;
|
COOKIE_SECURE = true;
|
||||||
};
|
};
|
||||||
|
service = {
|
||||||
|
DISABLE_REGISTRATION = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
database = {
|
database = {
|
||||||
|
Loading…
Reference in New Issue
Block a user