idk
This commit is contained in:
parent
1b3ed423c4
commit
5900ceac82
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue