diff --git a/app.js b/app.js index c531572..7ebf467 100644 --- a/app.js +++ b/app.js @@ -8,9 +8,9 @@ var uuid = require("uuid/v4"); var mysql = require("mysql"); var con = mysql.createConnection({ - host: "localhost:3306", + host: "localhost", user: "minis", - password: "asIt90@6", + password: "Wnc4q_75", database: "minis" });