17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"Servers": {
|
|
"1": {
|
|
"Group": "Servers",
|
|
"Name": "Local",
|
|
"Host": "postgres",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "postgres",
|
|
"Username": "admin",
|
|
"Password": "testing123",
|
|
"SSLMode": "prefer",
|
|
"Favorite": true,
|
|
"Comment": "Credentials must match POSTGRES_USER and POSTGRES_PASSWORD in .env file"
|
|
}
|
|
}
|
|
}
|