Skip to content
Snippets Groups Projects
Commit a70690ef authored by Mathias Årstad Olsen's avatar Mathias Årstad Olsen
Browse files

commit 2.0

parent 94484f06
No related branches found
No related tags found
No related merge requests found
Pipeline #49372 passed
......@@ -4,7 +4,7 @@ const PersonDao = require("./persondao.js");
const runsqlfile = require("./runsqlfile.js");
// GitLab CI Pool
/*var pool = mysql.createPool({
var pool = mysql.createPool({
connectionLimit: 1,
host: "mysql",
user: "root",
......@@ -12,9 +12,9 @@ const runsqlfile = require("./runsqlfile.js");
database: "supertestdb",
debug: false,
multipleStatements: true
});*/
});
var pool = mysql.createPool({
/*var pool = mysql.createPool({
connectionLimit: 2,
host: "mysql.stud.iie.ntnu.no",
user: "mathiaao",
......@@ -22,7 +22,7 @@ var pool = mysql.createPool({
database: "mathiaao",
debug: false,
multipeStatements: true
});
});*/
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