feat(librechat): add ability to define config settings in nix way

This commit is contained in:
Mohammad Rafiq 2025-05-31 14:41:13 +08:00
parent 9f6f870d6c
commit b2f596e5b1
No known key found for this signature in database
2 changed files with 105 additions and 81 deletions

View file

@ -30,6 +30,9 @@
openFirewall = true;
host = "0.0.0.0";
mongodbURI = "mongodb://apollo:27017";
settings = {
version = "1.0.8";
};
auth = {
allowEmailLogin = true;
allowEmailRegistration = true;