password update
Signed-off-by: Walamana <joniogerg@gmail.com>
This commit is contained in:
parent
e58734db39
commit
a625597be3
4
app.js
4
app.js
@ -8,9 +8,9 @@ var uuid = require("uuid/v4");
|
|||||||
var mysql = require("mysql");
|
var mysql = require("mysql");
|
||||||
|
|
||||||
var con = mysql.createConnection({
|
var con = mysql.createConnection({
|
||||||
host: "localhost:3306",
|
host: "localhost",
|
||||||
user: "minis",
|
user: "minis",
|
||||||
password: "asIt90@6",
|
password: "Wnc4q_75",
|
||||||
database: "minis"
|
database: "minis"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user