Gitignore keys.js 2
This commit is contained in:
parent
f0615222ff
commit
5bfa3a4007
@ -1,6 +1,6 @@
|
|||||||
const { Client } = require ("pg");
|
const { Client } = require ("pg");
|
||||||
const {postgresSQL} = require("./keys")
|
const {postgresSQL} = require("./keys")
|
||||||
// test
|
|
||||||
const client = new Client(postgresSQL);
|
const client = new Client(postgresSQL);
|
||||||
|
|
||||||
async function connect() {
|
async function connect() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user