librechat: fix secrets typo
This commit is contained in:
parent
e693ba0340
commit
3dca169832
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ in
|
||||||
CREDS_KEY=${config.sops.placeholder."librechat/creds-key"}
|
CREDS_KEY=${config.sops.placeholder."librechat/creds-key"}
|
||||||
CREDS_IV=${config.sops.placeholder."librechat/creds-iv"}
|
CREDS_IV=${config.sops.placeholder."librechat/creds-iv"}
|
||||||
MEILI_MASTER_KEY=${config.sops.placeholder."librechat/meili-master-key"}
|
MEILI_MASTER_KEY=${config.sops.placeholder."librechat/meili-master-key"}
|
||||||
OPENROUTER_KEY==${config.sops.placeholder}."librechat/openrouter-key"}
|
OPENROUTER_KEY=${config.sops.placeholder}."librechat/openrouter-key"}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue