mirror of
https://gitlab.com/wheres-the-tp/server.git
synced 2026-01-25 04:24:56 -06:00
16 lines
No EOL
392 B
JSON
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
|
|
} |