parent
3cacf8b7c9
commit
2651dfe858
@ -0,0 +1,11 @@
|
|||||||
|
const Client = require('pg').Client
|
||||||
|
|
||||||
|
const client = new Client({
|
||||||
|
user: '',
|
||||||
|
host: 'localhost',
|
||||||
|
database: 'contacts',
|
||||||
|
password: '',
|
||||||
|
port: 5432,
|
||||||
|
})
|
||||||
|
|
||||||
|
module.exports = client;
|
||||||
Loading…
Reference in new issue