From beb24728d904d288652f5ae9321b98e9f73b3eca Mon Sep 17 00:00:00 2001 From: Sergey Romaneko Date: Thu, 25 Oct 2012 13:35:28 +0300 Subject: [PATCH] Core: IDIORM optimization #28 --- monstra/boot/defines.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/monstra/boot/defines.php b/monstra/boot/defines.php index 89dcb23..9879c22 100644 --- a/monstra/boot/defines.php +++ b/monstra/boot/defines.php @@ -143,6 +143,6 @@ /** * Monstra database settings */ - define('MONSTRA_DB_DSN', 'mysql:dbname=monstra;host=localhost;port=3306'); - define('MONSTRA_DB_USER', 'root'); - define('MONSTRA_DB_PASSWORD', 'password'); \ No newline at end of file + //define('MONSTRA_DB_DSN', 'mysql:dbname=monstra;host=localhost;port=3306'); + //define('MONSTRA_DB_USER', 'root'); + //define('MONSTRA_DB_PASSWORD', 'password'); \ No newline at end of file