feat: Ghost EN — /generate blog en publica en inglés en theexclusionzone.com
Build & Deploy ResearchOwl / build-and-push (push) Successful in 1m19s

This commit is contained in:
ChemaVX
2026-05-18 16:49:09 +00:00
parent 747b9605c0
commit f577ac4712
3 changed files with 69 additions and 13 deletions
+2
View File
@@ -36,6 +36,8 @@ class Settings(BaseSettings):
# Ghost CMS
ghost_url: Optional[str] = Field(None, env="GHOST_URL")
ghost_api_key: Optional[str] = Field(None, env="GHOST_API_KEY")
ghost_url_en: str = Field("", env="GHOST_URL_EN")
ghost_api_key_en: str = Field("", env="GHOST_API_KEY_EN")
# Alerts
cost_alert_threshold: float = Field(0.15, env="COST_ALERT_THRESHOLD")