Lo mismo que COVE_XML
This commit is contained in:
@@ -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"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user