feat: add privacy-aware security manager onboarding
This commit is contained in:
@@ -31,6 +31,11 @@ export default {
|
||||
terminalActionRateLimitMax: intEnv('TERMINAL_ACTION_RATE_LIMIT_MAX', 10),
|
||||
sseHeartbeatIntervalMs: intEnv('SSE_HEARTBEAT_INTERVAL_MS', 25000),
|
||||
|
||||
security: {
|
||||
onboardingEnabled: boolEnv('SECURITY_ONBOARDING_ENABLED', true),
|
||||
profileEncryptionKey: process.env.SECURITY_PROFILE_ENCRYPTION_KEY || null,
|
||||
},
|
||||
|
||||
llm: {
|
||||
provider: process.env.LLM_PROVIDER || null, // litellm | openrouter | openai-compatible | lmstudio | ollama | other supported providers
|
||||
apiKey: process.env.LLM_API_KEY || null,
|
||||
|
||||
Reference in New Issue
Block a user