18 lines
447 B
JSON
18 lines
447 B
JSON
{
|
|
"sqltools.connections": [
|
|
{
|
|
"mysqlOptions": {
|
|
"authProtocol": "default",
|
|
"enableSsl": "Disabled"
|
|
},
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"port": 3306,
|
|
"driver": "MySQL",
|
|
"name": "local",
|
|
"database": "b3log_symphony",
|
|
"username": "root",
|
|
"password": "123456"
|
|
}
|
|
]
|
|
} |