mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2025-08-26 04:33:09 +08:00
Add sqlalchemy connection pool config (#529)
This commit is contained in:
@ -57,6 +57,7 @@ class Settings(BaseSettings):
|
||||
|
||||
# Database
|
||||
DATABASE_ECHO: bool = False
|
||||
DATABASE_POOL_ECHO: bool = False
|
||||
DATABASE_SCHEMA: str = 'fba'
|
||||
DATABASE_CHARSET: str = 'utf8mb4'
|
||||
|
||||
|
Reference in New Issue
Block a user