module.exports ={ postgresSQL:{ user:"postgres", host:"localhost", database:"SmartShopperDB", password:"postgres", port:"5432" } }