Refactoring code for modular approach
This commit is contained in:
@@ -10,6 +10,7 @@ class Settings(BaseSettings):
|
||||
# JWT
|
||||
jwt_secret_key: str = "change-this-in-production"
|
||||
jwt_expire_hours: int = 24
|
||||
jwt_expire_minutes: int = 30
|
||||
|
||||
# API
|
||||
api_host: str = "0.0.0.0"
|
||||
|
||||
Reference in New Issue
Block a user