mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
17 lines
412 B
JSON
Executable File
17 lines
412 B
JSON
Executable File
{
|
|
"sqltools.connections": [
|
|
{
|
|
"mysqlOptions": {
|
|
"authProtocol": "default",
|
|
"enableSsl": "Disabled"
|
|
},
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"port": 3306,
|
|
"driver": "MariaDB",
|
|
"name": "sk-local",
|
|
"database": "sk_imn",
|
|
"username": "sk_imn"
|
|
}
|
|
]
|
|
} |