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:
@@ -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');
|
Reference in New Issue
Block a user