Files
dbserver/.vscode/settings.json

15 lines
355 B
JSON

{
"sqltools.connections": [
{
"ssh": "Disabled",
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "dbsvr",
"database": "postgres",
"username": "postgres",
"password": "postgres"
}
]
}