From de7aefd0ffe5c3ab842207c62aaa736edf7b8dfb Mon Sep 17 00:00:00 2001 From: MSuMshk <173331402+msumshk@users.noreply.github.com> Date: Wed, 4 Feb 2026 10:42:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20takeout=5Flogs=20?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E8=BF=9E=E6=8E=A5=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- deploy/dbhub/dbhub.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/dbhub/dbhub.toml b/deploy/dbhub/dbhub.toml index 814bcb7..5cbcf17 100644 --- a/deploy/dbhub/dbhub.toml +++ b/deploy/dbhub/dbhub.toml @@ -13,3 +13,7 @@ dsn = "postgres://dictionary_user:DictionaryUser112233@120.53.222.17:5432/takeou [[sources]] id = "takeout_hangfire" 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"