From b684bd0f8c70684cdc2c404dc9471f1c27fbb62f Mon Sep 17 00:00:00 2001
From: "dmitry.s" <sv.l1@mail.ru>
Date: Tue, 7 Jul 2015 17:03:14 +0300
Subject: [PATCH] fix garbadge

---
 .gitignore          | 1 +
 config/database.php | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 571fae6c4..5841cd566 100755
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ Thumbs.db
 *.project
 *.idea
 *nbproject
+.settings
diff --git a/config/database.php b/config/database.php
index c207313d8..97c4fbf5b 100644
--- a/config/database.php
+++ b/config/database.php
@@ -14,8 +14,8 @@ return array
 			 * boolean  persistent  use persistent connections?
 			 */
 			'dsn'        => 'mysql:host=127.0.0.1;dbname=mmcs_rating',
-			'username'   => 'root',
-			'password'   => '',
+			'username'   => 'mmcs_rating',
+-			'password'   => 'Pefnesdy',
 			'persistent' => FALSE,
 			'options' => array(PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8')
 		),
-- 
GitLab