260706_1_계정, 로그인, 보안 초안 작성

This commit is contained in:
2026-07-07 19:17:13 +09:00
parent 404941c47a
commit f8633bb1fe
4696 changed files with 6110 additions and 642171 deletions
+1
View File
@@ -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