Skip to content

Commit

Permalink
617 persist special env keys (#624)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
timothycarambat and shatfield4 authored Jan 19, 2024
1 parent 7fb76cf commit 44eb1e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/utils/helpers/updateENV.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 44eb1e9

Please sign in to comment.