feat: 添加dbhub连接配置

This commit is contained in:
root
2026-01-06 04:11:34 +00:00
parent a042c7ef82
commit 1273a3b72a

15
deploy/dbhub/dbhub.toml Normal file
View File

@@ -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"