старндартный пароль

This commit is contained in:
Alexey Kasyanchuk
2017-01-02 11:36:53 +03:00
parent 58f1532c81
commit 85836c5ff6

View File

@ -9,8 +9,8 @@ var io = require('socket.io')(server);
const mysqlSettings = { const mysqlSettings = {
host : 'localhost', host : 'localhost',
user : 'root', user : 'btsearch',
password : 'degitisi', password : 'pirateal100x',
database : 'btsearch' database : 'btsearch'
}; };