mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-23 13:08:11 +00:00
617 persist special env keys (#624)
* add support for exporting to json and csv in workspace chats * safety encode URL options * remove message about openai fine tuning on export success * all defaults to jsonl * Persist special env keys on updates --------- Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
This commit is contained in:
parent
7fb76cfef0
commit
44eb1e9ab0
1 changed files with 6 additions and 0 deletions
|
@ -450,6 +450,12 @@ async function dumpENV() {
|
||||||
"PASSWORDNUMERIC",
|
"PASSWORDNUMERIC",
|
||||||
"PASSWORDSYMBOL",
|
"PASSWORDSYMBOL",
|
||||||
"PASSWORDREQUIREMENTS",
|
"PASSWORDREQUIREMENTS",
|
||||||
|
// HTTPS SETUP KEYS
|
||||||
|
"ENABLE_HTTPS",
|
||||||
|
"HTTPS_CERT_PATH",
|
||||||
|
"HTTPS_KEY_PATH",
|
||||||
|
// DISABLED TELEMETRY
|
||||||
|
"DISABLE_TELEMETRY",
|
||||||
];
|
];
|
||||||
|
|
||||||
for (const key of protectedKeys) {
|
for (const key of protectedKeys) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue