20 lines
603 B
TOML
20 lines
603 B
TOML
[[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"
|
|
|
|
[[sources]]
|
|
id = "takeout_logs"
|
|
dsn = "postgres://logs_user:Logs112233@120.53.222.17:5432/takeout_logs_db"
|