adds bindAddress to omitted config keys

This commit is contained in:
nai-degen
2024-01-17 02:31:30 -06:00
parent e813cd9d22
commit ba8b052b17
+1
View File
@@ -416,6 +416,7 @@ export const SENSITIVE_KEYS: (keyof Config)[] = ["googleSheetsSpreadsheetId"];
*/
export const OMITTED_KEYS = [
"port",
"bindAddress",
"logLevel",
"openaiKey",
"anthropicKey",