51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"folders": {},
|
|
"connections": {
|
|
"postgres-jdbc-18bb8d14e3a-4b7a96932eaa0782": {
|
|
"provider": "postgresql",
|
|
"driver": "postgres-jdbc",
|
|
"name": "postgres",
|
|
"save-password": true,
|
|
"configuration": {
|
|
"host": "localhost",
|
|
"port": "5432",
|
|
"database": "postgres",
|
|
"url": "jdbc:postgresql://localhost:5432/postgres",
|
|
"configurationType": "MANUAL",
|
|
"type": "dev",
|
|
"properties": {
|
|
"connectTimeout": "20",
|
|
"loginTimeout": "20",
|
|
"escapeSyntaxCallMode": "callIfNoReturn"
|
|
},
|
|
"provider-properties": {
|
|
"@dbeaver-show-non-default-db@": "false",
|
|
"@dbeaver-show-template-db@": "false",
|
|
"@dbeaver-show-unavailable-db@": "false",
|
|
"show-database-statistics": "false",
|
|
"@dbeaver-read-all-data-types-db@": "false",
|
|
"read-keys-with-columns": "false",
|
|
"@dbeaver-use-prepared-statements-db@": "false",
|
|
"postgresql.dd.plain.string": "false",
|
|
"postgresql.dd.tag.string": "false"
|
|
},
|
|
"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,
|
|
"smart-commit": false,
|
|
"smart-commit-recover": false,
|
|
"auto-close-transactions": true,
|
|
"close-transactions-period": 1800
|
|
}
|
|
}
|
|
} |