"""News Collector configuration.""" from shared.config import Settings class NewsCollectorConfig(Settings): health_port: int = 8084