mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 23:42:07 +01:00
22 lines
504 B
JSON
22 lines
504 B
JSON
{
|
|
"python.testing.cwd": "${workspaceFolder}/backend",
|
|
"python.testing.pytestArgs": ["."],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"sqltools.connections": [
|
|
{
|
|
"mysqlOptions": {
|
|
"authProtocol": "default",
|
|
"enableSsl": "Disabled"
|
|
},
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"port": 3306,
|
|
"driver": "MariaDB",
|
|
"name": "romm (dev)",
|
|
"database": "romm",
|
|
"username": "root"
|
|
}
|
|
]
|
|
}
|