exports.connectionString = "pg://user:password@host/database"; exports.host = 'localhost'; exports.port = 8080; exports.logLevel = 'ERROR';