mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 07:42:40 +10:00
19 lines
393 B
JSON
19 lines
393 B
JSON
{
|
|
"spellchecker.ignoreWordsList": [
|
|
"mTLS",
|
|
"Wireguard"
|
|
],
|
|
"sqltools.connections": [
|
|
{
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"port": 5432,
|
|
"driver": "PostgreSQL",
|
|
"name": "drop",
|
|
"database": "drop",
|
|
"username": "drop",
|
|
"password": "drop"
|
|
}
|
|
]
|
|
}
|