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
...@@ -7,9 +7,9 @@ const runsqlfile = require("./runsqlfile.js"); ...@@ -7,9 +7,9 @@ const runsqlfile = require("./runsqlfile.js");
var pool = mysql.createPool({ var pool = mysql.createPool({
connectionLimit: 1, connectionLimit: 1,
host: "mysql.stud.iie.ntnu.no", host: "mysql.stud.iie.ntnu.no",
user: "eyvindnh", user: "root",
password: "baqveHFo", password: "secret",
database: "eyvindnh", database: "supertestdb",
debug: false, debug: false,
multipleStatements: true 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