baclup from vegas
This commit is contained in:
69
MDM-LCAG-JavaFunctions/.dbeaver/data-sources.json
Normal file
69
MDM-LCAG-JavaFunctions/.dbeaver/data-sources.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"mariaDB-19b7ec917b8-2c62df336d3e06a": {
|
||||
"provider": "mysql",
|
||||
"driver": "mariaDB",
|
||||
"name": "unserleben@boston",
|
||||
"save-password": true,
|
||||
"configuration": {
|
||||
"host": "boston",
|
||||
"port": "3306",
|
||||
"database": "unserleben",
|
||||
"url": "jdbc:mariadb://boston:3306/unserleben",
|
||||
"configurationType": "MANUAL",
|
||||
"home": "mysql_client",
|
||||
"type": "prod",
|
||||
"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
|
||||
},
|
||||
"prod": {
|
||||
"name": "Production",
|
||||
"color": "org.jkiss.dbeaver.color.connectionType.prod.background",
|
||||
"description": "Production database",
|
||||
"auto-commit": false,
|
||||
"confirm-execute": true,
|
||||
"confirm-data-change": true,
|
||||
"smart-commit": false,
|
||||
"smart-commit-recover": false,
|
||||
"auto-close-transactions": true,
|
||||
"close-transactions-period": 600,
|
||||
"auto-close-connections": true,
|
||||
"close-connections-period": 3600
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user