feat(librechat): add option for email login and registration

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

View file

@ -30,6 +30,10 @@
openFirewall = true;
host = "0.0.0.0";
mongodbURI = "mongodb://apollo:27017";
auth = {
allowEmailLogin = true;
allowEmailRegistration = true;
};
credentials = {
creds_key_file = config.sops.secrets."librechat/creds_key".path;
creds_iv_file = config.sops.secrets."librechat/creds_iv".path;