mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
32 lines
685 B
JSON
32 lines
685 B
JSON
{
|
|
"folders": {},
|
|
"connections": {
|
|
"mariaDB-1813fbbc7bc-107c0b3aeaeb91ab": {
|
|
"provider": "mysql",
|
|
"driver": "mariaDB",
|
|
"name": "gradido",
|
|
"save-password": true,
|
|
"read-only": false,
|
|
"configuration": {
|
|
"host": "localhost",
|
|
"port": "3306",
|
|
"url": "jdbc:mariadb://localhost:3306/",
|
|
"home": "mysql_client",
|
|
"type": "dev",
|
|
"auth-model": "native",
|
|
"handlers": {}
|
|
}
|
|
}
|
|
},
|
|
"connection-types": {
|
|
"dev": {
|
|
"name": "Development",
|
|
"color": "255,255,255",
|
|
"description": "Regular development database",
|
|
"auto-commit": true,
|
|
"confirm-execute": false,
|
|
"confirm-data-change": false,
|
|
"auto-close-transactions": false
|
|
}
|
|
}
|
|
} |