|
@@ -15,7 +15,6 @@
|
|
}
|
|
}
|
|
|
|
|
|
if (trim($env) == 'develop'){
|
|
if (trim($env) == 'develop'){
|
|
- ini_set('mongo.long_as_object', 1);
|
|
|
|
define('DB_CONNETC', 'mongodb://127.0.0.1:27017');
|
|
define('DB_CONNETC', 'mongodb://127.0.0.1:27017');
|
|
$config=dirname(__FILE__).'/protected/config/develop.php';
|
|
$config=dirname(__FILE__).'/protected/config/develop.php';
|
|
$environment = 'develop';
|
|
$environment = 'develop';
|