16 lines
381 B
JSON
16 lines
381 B
JSON
// SPDX-FileCopyrightText: 2023 Marlon W (Mawoka)
|
|
//
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
{
|
|
"sqltools.connections": [
|
|
{
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"driver": "PostgreSQL",
|
|
"connectString": "postgresql://postgres:mysecretpassword@localhost:5432/classquiz",
|
|
"name": "ClassQuiz"
|
|
}
|
|
]
|
|
}
|