From 85836c5ff6095099735cb57c5b389fe0b3e96cf2 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Mon, 2 Jan 2017 11:36:53 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=80=D0=BD=D0=B4=D0=B0?= =?UTF-8?q?=D1=80=D1=82=D0=BD=D1=8B=D0=B9=20=D0=BF=D0=B0=D1=80=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index dddb583..7ca916d 100644 --- a/index.js +++ b/index.js @@ -9,8 +9,8 @@ var io = require('socket.io')(server); const mysqlSettings = { host : 'localhost', - user : 'root', - password : 'degitisi', + user : 'btsearch', + password : 'pirateal100x', database : 'btsearch' };