Change to use /Server instead of /Components
parent
70333d72c8
commit
aa5fcacb46
|
@ -14,8 +14,8 @@ var site;
|
||||||
// TODO: Add stuff for MySQL
|
// TODO: Add stuff for MySQL
|
||||||
|
|
||||||
var connection = mysql.createConnection({
|
var connection = mysql.createConnection({
|
||||||
host : '192.168.0.56',
|
host : '127.0.0.1',
|
||||||
user : 'mangosdemo',
|
user : 'demo',
|
||||||
password : 'lqklvok',
|
password : 'lqklvok',
|
||||||
database : 'mangoshelfdb'
|
database : 'mangoshelfdb'
|
||||||
});
|
});
|
Loading…
Reference in New Issue