mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 23:35:50 +00:00
18 lines
446 B
JSON
18 lines
446 B
JSON
{
|
|
"git.ignoreLimitWarning": true,
|
|
"sqltools.connections": [
|
|
{
|
|
"mysqlOptions": {
|
|
"authProtocol": "default"
|
|
},
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"port": 3306,
|
|
"driver": "MariaDB",
|
|
"name": "localhost",
|
|
"database": "gradido_community",
|
|
"username": "root",
|
|
"password": ""
|
|
}
|
|
],
|
|
} |