From 03f7932eee8e999c489caa115979374f8528d9e0 Mon Sep 17 00:00:00 2001 From: eyvindnh <eyvindnh@stud.ntnu.no> Date: Tue, 25 Sep 2018 13:26:15 +0200 Subject: [PATCH] new db --- dao/persondao.test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dao/persondao.test.js b/dao/persondao.test.js index 6f1d3af..dda12e6 100644 --- a/dao/persondao.test.js +++ b/dao/persondao.test.js @@ -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 }); -- GitLab