Skip to content
Snippets Groups Projects
Commit 0cf8b047 authored by Sindre Haugland Paulshus's avatar Sindre Haugland Paulshus
Browse files

Another try... (4)

parent 44cd088d
No related branches found
No related tags found
No related merge requests found
Pipeline #22596 failed
......@@ -14,7 +14,7 @@ var pool = mysql.createPool({
debug: false,
multipleStatements: true
});*/
/*
var pool = mysql.createPool({
connectionLimit: 1,
host: "localhost", //"localhost" if u wonna be on local db
......@@ -23,6 +23,16 @@ var pool = mysql.createPool({
database: "sysut2_ov5",
debug: false,
multipleStatements: true
});*/
var pool = mysql.createPool({
connectionLimit: 1,
host: "localhost", //"localhost" if u wonna be on local db
user: "root",
password: "secret",
database: "supertestdb",
debug: false,
multipleStatements: 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