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"