Lo mismo que COVE_XML

This commit is contained in:
2025-07-31 08:39:22 -06:00
parent abb34c3afe
commit ea0c02a9be
6 changed files with 279 additions and 3 deletions

View File

@@ -33,6 +33,11 @@ class Settings(BaseSettings):
SECRET_KEY: str = "your-secret-key-here"
ALGORITHM: str = "HS256"
ACCESS_TOKEN_EXPIRE_MINUTES: int = 30
# cer key y contrasena uso temporal
KEY_PASSWORD: str = ""
CERT_PATH: str = ""
KEY_PATH: str = ""
model_config = {"env_file": ".env"}