mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 21:27:10 -05:00
14 lines
232 B
JSON
14 lines
232 B
JSON
{
|
|
"Servers": {
|
|
"1": {
|
|
"Name": "Dev",
|
|
"Group": "Servers",
|
|
"Port": 5432,
|
|
"Username": "postgres",
|
|
"Host": "db",
|
|
"SSLMode": "prefer",
|
|
"MaintenanceDB": "postgres"
|
|
}
|
|
}
|
|
}
|