Files
IWD2-02/INFO-3168 (JS 2)/Projects/Project2/.vscode/settings.json
T
2026-03-25 16:10:17 -04:00

19 lines
476 B
JSON

{
"sqltools.connections": [
{
"mysqlOptions": {
"authProtocol": "default",
"enableSsl": "Disabled"
},
"ssh": "Disabled",
"previewLimit": 50,
"server": "localhost",
"port": 3306,
"name": "Local MySQL",
"driver": "MySQL",
"database": "customers_db",
"username": "root",
"password": ""
}
]
}