smm_core/.vscode/settings.json

14 lines
314 B
JSON
Raw Normal View History

2024-11-24 09:53:52 +00:00
{
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "smm",
"database": "smm-core",
"username": "crab",
"password": "crab"
}
]
}