feat: Added lfs

This commit is contained in:
uttarayan21
2025-08-08 15:04:37 +05:30
parent a9296d14be
commit e074475f5e

View File

@@ -31,6 +31,8 @@
server = { server = {
ROOT_URL = "https://git.darksailor.dev"; ROOT_URL = "https://git.darksailor.dev";
DOMAIN = "git.darksailor.dev"; DOMAIN = "git.darksailor.dev";
LFS_START_SERVER = true;
LFS_ALLOW_PURE_SSH = true;
}; };
}; };
}; };