@ -8,10 +8,10 @@ const state = {
exports.connect = function(done){
state.pool = mysql.createPool({
host: 'localhost',
user: 'root',
password: 'root',
user: 'admin_seng440',
password: 'seng440',
port: 3306,
database: "territory-walker",
database: "admin_territory-walker",
//multipleStatements: true
});
done();