38 lines
917 B
JSON
38 lines
917 B
JSON
{
|
|
"folders": {},
|
|
"connections": {
|
|
"mariaDB-19b7ec1a720-2d9c28ffc4370b6b": {
|
|
"provider": "mysql",
|
|
"driver": "mariaDB",
|
|
"name": "unserleben",
|
|
"save-password": true,
|
|
"configuration": {
|
|
"host": "boston",
|
|
"port": "3306",
|
|
"database": "unserleben",
|
|
"url": "jdbc:mariadb://boston:3306/unserleben",
|
|
"configurationType": "MANUAL",
|
|
"home": "mysql_client",
|
|
"type": "dev",
|
|
"closeIdleConnection": true,
|
|
"auth-model": "native"
|
|
}
|
|
}
|
|
},
|
|
"connection-types": {
|
|
"dev": {
|
|
"name": "Development",
|
|
"color": "255,255,255",
|
|
"description": "Regular development database",
|
|
"auto-commit": true,
|
|
"confirm-execute": false,
|
|
"confirm-data-change": false,
|
|
"smart-commit": false,
|
|
"smart-commit-recover": false,
|
|
"auto-close-transactions": true,
|
|
"close-transactions-period": 1800,
|
|
"auto-close-connections": true,
|
|
"close-connections-period": 14400
|
|
}
|
|
}
|
|
} |