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