feat(librechat): add option for email login and registration
This commit is contained in:
parent
c113b5d3ef
commit
9f6f870d6c
2 changed files with 15 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue