aretherecookies-server/.vscode/settings.json

16 lines
392 B
JSON
Raw Permalink Normal View History

{
"sqltools.connections": [
{
"askForPassword": false,
"database": "wttp",
"driver": "PostgreSQL",
"name": "wttp",
"password": "abc123",
"port": 5432,
"previewLimit": 50,
"server": "localhost",
"username": "bartronx7"
}
],
"sqltools.useNodeRuntime": true
}