fix/env-api-unica
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user