"use strict"; const config = require("./config.json"); module.exports = { client: "pg", connection: { host: config.database.socketPath, database: config.database.database } };