This commit is contained in:
Asaki Yuki 2026-04-20 04:39:48 +07:00
parent 37b7adfc92
commit 1b3ed423c4

View file

@ -2,10 +2,9 @@
services.forgejo = { services.forgejo = {
enable = true; enable = true;
database.type = "mysql"; database.type = "mysql";
service.DISABLE_REGISTRATION = true;
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/";
}; };
}; };