260706_1_계정, 로그인, 보안 초안 작성
This commit is contained in:
@@ -36,6 +36,7 @@ async def init_db_pool() -> aiomysql.Pool:
|
||||
maxsize=DB_POOL_MAX,
|
||||
autocommit=False,
|
||||
charset="utf8mb4",
|
||||
init_command="SET time_zone='+00:00'",
|
||||
)
|
||||
return db_pool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user