Skip to content
Snippets Groups Projects
Commit 03f7932e authored by Eyvind Nikolai Holt's avatar Eyvind Nikolai Holt
Browse files

new db

parent fdc04ed1
No related branches found
No related tags found
No related merge requests found
Pipeline #22951 failed with stages
in 56 seconds
......@@ -7,9 +7,9 @@ const runsqlfile = require("./runsqlfile.js");
var pool = mysql.createPool({
connectionLimit: 1,
host: "mysql.stud.iie.ntnu.no",
user: "eyvindnh",
password: "baqveHFo",
database: "eyvindnh",
user: "root",
password: "secret",
database: "supertestdb",
debug: false,
multipleStatements: true
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment