Gitignore keys.js 2

This commit is contained in:
Georg Reisinger 2018-10-29 12:19:20 +01:00
parent f0615222ff
commit 5bfa3a4007

View File

@ -1,6 +1,6 @@
const { Client } = require ("pg");
const {postgresSQL} = require("./keys")
// test
const client = new Client(postgresSQL);
async function connect() {