aretherecookies-server/.vscode/settings.json
2020-06-07 16:11:30 -05:00

16 lines
No EOL
392 B
JSON

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