From 1273a3b72af7b7c93fe299073df0e65ed2fbb98b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 6 Jan 2026 04:11:34 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0dbhub=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/dbhub/dbhub.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 deploy/dbhub/dbhub.toml diff --git a/deploy/dbhub/dbhub.toml b/deploy/dbhub/dbhub.toml new file mode 100644 index 0000000..814bcb7 --- /dev/null +++ b/deploy/dbhub/dbhub.toml @@ -0,0 +1,15 @@ +[[sources]] +id = "takeout_app" +dsn = "postgres://app_user:AppUser112233@120.53.222.17:5432/takeout_app_db" + +[[sources]] +id = "takeout_identity" +dsn = "postgres://identity_user:IdentityUser112233@120.53.222.17:5432/takeout_identity_db" + +[[sources]] +id = "takeout_dictionary" +dsn = "postgres://dictionary_user:DictionaryUser112233@120.53.222.17:5432/takeout_dictionary_db" + +[[sources]] +id = "takeout_hangfire" +dsn = "postgres://hangfire_user:HangFire112233@120.53.222.17:5432/takeout_hangfire_db"