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:
Timothy Carambat 2024-01-18 18:13:24 -08:00 committed by GitHub
parent 7fb76cfef0
commit 44eb1e9ab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -450,6 +450,12 @@ async function dumpENV() {
"PASSWORDNUMERIC",
"PASSWORDSYMBOL",
"PASSWORDREQUIREMENTS",
// HTTPS SETUP KEYS
"ENABLE_HTTPS",
"HTTPS_CERT_PATH",
"HTTPS_KEY_PATH",
// DISABLED TELEMETRY
"DISABLE_TELEMETRY",
];
for (const key of protectedKeys) {