config: add env var note to example config for API key #75

Closed
opened 2026-07-05 13:37:52 +00:00 by the.auditor · 0 comments
Owner

kronai.toml.example shows llm_api_key = "" but doesn't mention that an environment variable is preferred in production. Consider adding a comment like:

# In production, prefer KRONAI_LLM_API_KEY env var
llm_api_key = ""

From PR #73 review suggestion.

`kronai.toml.example` shows `llm_api_key = ""` but doesn't mention that an environment variable is preferred in production. Consider adding a comment like: ```toml # In production, prefer KRONAI_LLM_API_KEY env var llm_api_key = "" ``` _From PR #73 review suggestion._
fuzzy closed this issue 2026-07-05 16:06:11 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/kronai#75
No description provided.