mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Merge pull request #385 from memosanchez/pg-default-test-hostname
Add default value for database host to lib/defaults.js
This commit is contained in:
commit
95da124744
@ -1,4 +1,7 @@
|
||||
module.exports = {
|
||||
// database host defaults to localhost
|
||||
host: 'localhost',
|
||||
|
||||
//database user's name
|
||||
user: process.env.USER,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user