This commit is contained in:
2023-05-23 17:04:33 +01:00
parent 7c6971138b
commit fea06af403
3 changed files with 44 additions and 21 deletions

View File

@@ -9,10 +9,12 @@
database = {
type = "sqlite3";
};
httpPort = 3030;
domain = "git.broccoli.town";
rootUrl = "https://git.broccoli.town/";
settings = {
server = {
ROOT_URL = "https://git.broccoli.town/";
HTTP_PORT = 3030;
DOMAIN = "git.broccoli.town";
};
service = {
DISABLE_REGISTRATION = true;
ENABLE_PUSH_CREATE_USER = true;