This commit is contained in:
Winnie
2026-08-05 17:46:05 +08:00
101 changed files with 8797 additions and 3323 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ script_location = %(here)s/migrations
prepend_sys_path = .
path_separator = os
# 真实连接串必须通过 DATABASE_URL 注入,禁止在仓库内保存数据库密码。
# The real connection URL must be injected via DATABASE_URL; never store credentials here.
sqlalchemy.url = driver://user:pass@localhost/dbname
[loggers]