1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 12:17:42 +02:00

Core: IDIORM optimization #28

This commit is contained in:
Sergey Romaneko
2012-10-25 13:35:28 +03:00
parent f18fe8108a
commit beb24728d9

View File

@@ -143,6 +143,6 @@
/** /**
* Monstra database settings * Monstra database settings
*/ */
define('MONSTRA_DB_DSN', 'mysql:dbname=monstra;host=localhost;port=3306'); //define('MONSTRA_DB_DSN', 'mysql:dbname=monstra;host=localhost;port=3306');
define('MONSTRA_DB_USER', 'root'); //define('MONSTRA_DB_USER', 'root');
define('MONSTRA_DB_PASSWORD', 'password'); //define('MONSTRA_DB_PASSWORD', 'password');