litestar-settings
Installation
SKILL.md
Litestar Settings
Use this skill for typed settings, env loading, cached settings factories, and app-state wiring.
Code Style Rules
- Use dataclass settings plus get_env for fresh Litestar apps.
- Use pydantic-settings when the project already depends on Pydantic for config.
- Cache settings once per process.
- Keep secret values out of logs and generated docs.
Quick Reference
- Settings patterns: settings.md
- Pair with litestar-di for settings providers.
- Pair with litestar-deployment for runtime env wiring.