# Environment Configuration ## Principles Never hardcode secrets. --- # Configuration Use: - Environment variables. - Secret storage. --- # Examples Database credentials. API keys. OAuth secrets. AI provider keys. --- # Development Local configuration should not affect production.