tadpole: Disable registration in gitea

This commit is contained in:
Alexander Heldt
2024-08-29 20:53:26 +02:00
parent 4ff44969a3
commit a1c93b2165

View File

@@ -24,7 +24,7 @@ in
settings = {
service = {
DISABLE_REGISTRATION = false;
DISABLE_REGISTRATION = true;
};
server = {