16 lines
336 B
JSON
16 lines
336 B
JSON
{
|
|
"Servers": {
|
|
"1": {
|
|
"Name": "Inventory PostgreSQL",
|
|
"Group": "Servers",
|
|
"Host": "db",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "inventory",
|
|
"Username": "root",
|
|
"SSLMode": "prefer",
|
|
"PassFile": "/var/lib/pgadmin/pgpass",
|
|
"Comment": "Serveur PostgreSQL du projet Inventory"
|
|
}
|
|
}
|
|
}
|