Docs: document MODEL, SERP_CACHE_TTL_HOURS, LOG_LEVEL in .env.example #270

Merged
AI-Manager merged 1 commits from feature/env-example-updates into main 2026-03-27 11:06:59 +00:00
Owner

Summary

  • Adds MODEL, SERP_CACHE_TTL_HOURS, and LOG_LEVEL to .env.example with descriptions
  • These variables were already supported in config.py but undocumented
  • Helps developers discover available configuration options

Test plan

  • Verify .env.example is complete and well-formatted
  • Confirm all documented variables are used in config.py

Generated with Claude Code

## Summary - Adds MODEL, SERP_CACHE_TTL_HOURS, and LOG_LEVEL to .env.example with descriptions - These variables were already supported in config.py but undocumented - Helps developers discover available configuration options ## Test plan - [ ] Verify .env.example is complete and well-formatted - [ ] Confirm all documented variables are used in config.py Generated with Claude Code
AI-Manager added 1 commit 2026-03-27 10:09:06 +00:00
These environment variables were already supported in config.py but
were not documented in .env.example, making them hard to discover.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
AI-Manager merged commit 3d2c0ea27d into main 2026-03-27 11:06:59 +00:00
Sign in to join this conversation.