mirror of
https://github.com/rommapp/romm.git
synced 2026-03-03 02:57:01 +00:00
fix: update SQL tools connection settings in VSCode configuration
This commit is contained in:
16
.vscode/settings.json
vendored
16
.vscode/settings.json
vendored
@@ -3,5 +3,19 @@
|
|||||||
"python.testing.pytestArgs": ["."],
|
"python.testing.pytestArgs": ["."],
|
||||||
"python.testing.unittestEnabled": false,
|
"python.testing.unittestEnabled": false,
|
||||||
"python.testing.pytestEnabled": true,
|
"python.testing.pytestEnabled": true,
|
||||||
"postman.settings.dotenv-detection-notification-visibility": false
|
"sqltools.connections": [
|
||||||
|
{
|
||||||
|
"mysqlOptions": {
|
||||||
|
"authProtocol": "default",
|
||||||
|
"enableSsl": "Disabled"
|
||||||
|
},
|
||||||
|
"previewLimit": 50,
|
||||||
|
"server": "localhost",
|
||||||
|
"port": 3306,
|
||||||
|
"driver": "MariaDB",
|
||||||
|
"name": "romm (dev)",
|
||||||
|
"database": "romm",
|
||||||
|
"username": "root"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user