Files
novalon-manage-system/.vscode/settings.json
T

15 lines
261 B
JSON

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