fix/env-api-unica

This commit is contained in:
2026-04-27 11:08:33 -06:00
parent 4d873f392e
commit c3e4cf22fc
6 changed files with 26 additions and 44 deletions

View File

@@ -52,14 +52,12 @@ class Settings(BaseSettings):
# External APIs
SITAR_API_URL: str = "api.sitar.aduanasoft.com:880"
COVE_API_URL: str = ""
COVE_API_URL: str = "https://api.vu.aduanasoft.com"
COVE_API_VERIFY_SSL: bool = False
COVE_FIEL_HASH_KEY: str = ""
COVE_FIEL_HASH_IV: str = ""
SITAR_API_USER: str = ""
SITAR_API_PASSWORD: str = ""
DODA_API_BASE_URL: str = ""
DODA_API_VERIFY_SSL: bool = False
# SMTP Email Configuration
SMTP_HOST: str = "smtp.gmail.com"
SMTP_PORT: int = 587