update host
parent
35f8a69c96
commit
b05d63ebef
|
|
@ -1,7 +1,7 @@
|
|||
var mysql = require("mysql");
|
||||
|
||||
module.exports = mysql.createConnection({
|
||||
host: "localhost",
|
||||
host: "172.17.0.1",
|
||||
port: 3306,
|
||||
user: "admin_ofbbutte",
|
||||
password: "87hjdusiodksyeunsjkdis7",
|
||||
|
|
|
|||
Loading…
Reference in New Issue