feat: 添加 takeout_logs 数据库连接配置

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
MSuMshk
2026-02-04 10:42:32 +08:00
parent 657849a5f7
commit de7aefd0ff

View File

@@ -13,3 +13,7 @@ dsn = "postgres://dictionary_user:DictionaryUser112233@120.53.222.17:5432/takeou
[[sources]] [[sources]]
id = "takeout_hangfire" id = "takeout_hangfire"
dsn = "postgres://hangfire_user:HangFire112233@120.53.222.17:5432/takeout_hangfire_db" dsn = "postgres://hangfire_user:HangFire112233@120.53.222.17:5432/takeout_hangfire_db"
[[sources]]
id = "takeout_logs"
dsn = "postgres://logs_user:Logs112233@120.53.222.17:5432/takeout_logs_db"