15 lines
366 B
JSON
15 lines
366 B
JSON
{
|
|
"sqltools.connections": [
|
|
{
|
|
"ssh": "Disabled",
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"port": 5432,
|
|
"askForPassword": true,
|
|
"driver": "PostgreSQL",
|
|
"name": "MicCheck - local",
|
|
"database": "miccheck",
|
|
"username": "miccheck"
|
|
}
|
|
]
|
|
} |