cat data-sources.json
{
"folders": {},
"connections": {
"postgres-jdbc-171bed2d91b-2282a0bc05670226": {
"provider": "postgresql",
"driver": "postgres-jdbc",
"name": "PostgreSQL - postgres",
"save-password": false,
"show-system-objects": true,
"read-only": false,
"configuration": {
"host": "localhost",
"port": "5432",
"database": "postgres",
"url": "jdbc:postgresql://localhost:5432/postgres",
"type": "dev",
"provider-properties": {
"@dbeaver-show-non-default-db@": "false",
"@dbeaver-show-template-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
}
}
}