{
  "driver": "postgres",
  "main": {0},
  "active": true,
  "initscript": [],
  "name": "cd",
  "host": "<host>",
  "port": 5432,
  "user": "<user>",
  "schema": "public",
  "password": "<password>",
  "database": "<database>",
  "logging": false,
  "poolSize": 5
}
