Docker Compose deploy ready

This commit is contained in:
2025-08-29 16:49:46 +04:00
parent 75fa993fdd
commit d8644cf921
9 changed files with 165 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ def get_password_hash(password: str) -> str:
jwt_config = AuthXConfig(
JWT_ALGORITHM=app.config.jwt_algorithm,
JWT_SECRET_KEY=app.config.swt_secret_key,
JWT_SECRET_KEY=app.config.jwt_secret_key,
JWT_TOKEN_LOCATION=app.config.jwt_token_location,
)