mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-25 16:37:58 +03:00
25 lines
461 B
JSON
25 lines
461 B
JSON
{
|
|
"Servers": {
|
|
"1": {
|
|
"Name": "Tachi Postgres (dev)",
|
|
"Group": "Tachi",
|
|
"Host": "tachi-postgres",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "tachi",
|
|
"Username": "tachi",
|
|
"Password": "tachi",
|
|
"SSLMode": "prefer"
|
|
},
|
|
"2": {
|
|
"Name": "Tachi Postgres (test)",
|
|
"Group": "Tachi",
|
|
"Host": "tachi-postgres-test",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "postgres",
|
|
"Username": "tachi",
|
|
"Password": "tachi",
|
|
"SSLMode": "prefer"
|
|
}
|
|
}
|
|
}
|