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"); ...@@ -4,7 +4,6 @@ const PersonDao = require("./persondao.js");
const runsqlfile = require("./runsqlfile.js"); const runsqlfile = require("./runsqlfile.js");
// GitLab CI Pool // GitLab CI Pool
/*
var pool = mysql.createPool({ var pool = mysql.createPool({
connectionLimit: 1, connectionLimit: 1,
host: "mysql", host: "mysql",
...@@ -14,7 +13,7 @@ const runsqlfile = require("./runsqlfile.js"); ...@@ -14,7 +13,7 @@ const runsqlfile = require("./runsqlfile.js");
debug: false, debug: false,
multipleStatements: true multipleStatements: true
}); });
*/ /*
var pool = mysql.createPool({ var pool = mysql.createPool({
connectionLimit: 2, connectionLimit: 2,
host: "mysql.stud.iie.ntnu.no", host: "mysql.stud.iie.ntnu.no",
...@@ -23,6 +22,7 @@ var pool = mysql.createPool({ ...@@ -23,6 +22,7 @@ var pool = mysql.createPool({
database: "ingelig", database: "ingelig",
debug: false debug: false
}); });
*/
let personDao = new PersonDao(pool); 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