cuffeo ausgelagert..
This commit is contained in:
@@ -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;
|
Reference in New Issue
Block a user