Add to section.

This commit is contained in:
Nolan Darilek 2025-03-19 09:16:53 -05:00
parent a1f44f23a8
commit 0550e4d659

View file

@ -118,9 +118,11 @@ in
REVERSE_PROXY_AUTHENTICATION_FULL_NAME = "Remote-Name"; REVERSE_PROXY_AUTHENTICATION_FULL_NAME = "Remote-Name";
REVERSE_PROXY_TRUSTED_PROXIES = "192.168.0.0/24"; REVERSE_PROXY_TRUSTED_PROXIES = "192.168.0.0/24";
}; };
repository = {
ENABLE_PUSH_CREATE_USER = true; ENABLE_PUSH_CREATE_USER = true;
ENABLE_PUSH_CREATE_ORG = true; ENABLE_PUSH_CREATE_ORG = true;
}; };
};
lfs.enable = true; lfs.enable = true;
database = { database = {
type = "postgres"; type = "postgres";