Files
jules/.vscode/settings.json
T

12 lines
318 B
JSON

{
"sqltools.connections": [
{
"ssh": "Disabled",
"previewLimit": 50,
"server": "localhost",
"driver": "PostgreSQL",
"connectString": "postgres://user:password@localhost:5432/db?sslmode=disable",
"name": "jules-local"
}
]
}