Skip to content
Snippets Groups Projects
Commit 943096a0 authored by Ingelin Garmann's avatar Ingelin Garmann
Browse files

test

parent 023597fd
No related branches found
No related tags found
No related merge requests found
Pipeline #22904 failed
......@@ -4,7 +4,6 @@ const PersonDao = require("./persondao.js");
const runsqlfile = require("./runsqlfile.js");
// GitLab CI Pool
/*
var pool = mysql.createPool({
connectionLimit: 1,
host: "mysql",
......@@ -14,7 +13,7 @@ const runsqlfile = require("./runsqlfile.js");
debug: false,
multipleStatements: true
});
*/
/*
var pool = mysql.createPool({
connectionLimit: 2,
host: "mysql.stud.iie.ntnu.no",
......@@ -23,6 +22,7 @@ var pool = mysql.createPool({
database: "ingelig",
debug: false
});
*/
let personDao = new PersonDao(pool);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment