19 lines
473 B
JSON
19 lines
473 B
JSON
{
|
|
"sqltools.connections": [
|
|
{
|
|
"mysqlOptions": {
|
|
"authProtocol": "default",
|
|
"enableSsl": "Disabled"
|
|
},
|
|
"ssh": "Disabled",
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"port": 3306,
|
|
"driver": "MySQL",
|
|
"name": "openclaw",
|
|
"group": "openclaw",
|
|
"database": "fitness",
|
|
"username": "root"
|
|
}
|
|
]
|
|
} |