This commit is contained in:
Asaki Yuki 2026-04-20 04:41:02 +07:00
parent 1b3ed423c4
commit 5900ceac82

View file

@ -2,10 +2,10 @@
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;
ROOT_URL = "https://git.asakiyuki.com/"; ROOT_URL = "https://git.asakiyuki.com/";
service.DISABLE_REGISTRATION = true;
}; };
}; };
} }