projet-application-web/.vscode/settings.json
2022-05-21 18:45:51 +02:00

19 lines
464 B
JSON

{
"java.configuration.updateBuildConfiguration": "automatic",
"sqltools.connections": [
{
"mysqlOptions": {
"authProtocol": "default"
},
"previewLimit": 50,
"server": "localhost",
"port": 3306,
"driver": "MariaDB",
"name": "pixel",
"database": "pixel",
"username": "mysql",
"password": "mysql"
}
]
}