19 lines
495 B
JSON
19 lines
495 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"
|
|
}
|
|
],
|
|
"commentTranslate.targetLanguage": "zh-CN"
|
|
} |