15 lines
353 B
JSON
15 lines
353 B
JSON
|
|
{
|
||
|
|
"sqltools.connections": [
|
||
|
|
{
|
||
|
|
"ssh": "Disabled",
|
||
|
|
"previewLimit": 50,
|
||
|
|
"server": "localhost",
|
||
|
|
"port": 5433,
|
||
|
|
"driver": "PostgreSQL",
|
||
|
|
"name": "dev",
|
||
|
|
"database": "postgres",
|
||
|
|
"username": "postgres",
|
||
|
|
"password": "rootpost"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|