DISABLE_REGISTRATION forgejo

This commit is contained in:
Asaki Yuki 2026-04-20 04:32:39 +07:00
parent 8d79453711
commit 37b7adfc92

View file

@ -5,6 +5,7 @@
settings.server = { settings.server = {
HTTP_PORT = 21350; HTTP_PORT = 21350;
DISABLE_REGISTRATION = true;
ROOT_URL = "https://git.asakiyuki.com/"; ROOT_URL = "https://git.asakiyuki.com/";
}; };
}; };