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