cuffeo ausgelagert..

This commit is contained in:
Flummi
2019-08-17 11:54:50 +00:00
parent 05d42650ec
commit c0ef557f72
31 changed files with 22 additions and 1021 deletions

View File

@@ -1,7 +1,7 @@
import PG from "pg-promise";
import { default as cfg } from "../../cfg/sql.json";
import { default as config } from "../../cfg/config.json";
//const pgp = new PG();
const sql = (new PG())(cfg);
const sql = (new PG())(config.sql);
export default sql;