diff --git a/src/console/config/env.php b/src/console/config/env.php deleted file mode 100644 index 95f89e9..0000000 --- a/src/console/config/env.php +++ /dev/null @@ -1,35 +0,0 @@ - - * @link http://www.ramirezcobos.com/ - * @link http://www.2amigos.us/ - * @copyright 2013 2amigOS! Consultation Group LLC - * @license http://www.opensource.org/licenses/bsd-license.php New BSD License - */ -return array( - 'modules' => array( - 'gii' => array( - 'class' => 'system.gii.GiiModule', - 'password' => 'yii', - 'ipFilters' => array('127.0.0.1','::1'), - ), - ), - 'components' => array( - 'db' => array( - 'connectionString' => 'mysql:host=localhost;dbname=factuges_dev', - 'username' => 'root', - 'password' => '', - 'enableProfiling' => true, - 'enableParamLogging' => true, - 'charset' => 'utf8', - ), - ), - 'params' => array( - 'yii.handleErrors' => true, - 'yii.debug' => true, - 'yii.traceLevel' => 3, - ) -); \ No newline at end of file diff --git a/src/frontend/config/env.php b/src/frontend/config/env.php deleted file mode 100644 index f742548..0000000 --- a/src/frontend/config/env.php +++ /dev/null @@ -1,35 +0,0 @@ - - * @link http://www.ramirezcobos.com/ - * @link http://www.2amigos.us/ - * @copyright 2013 2amigOS! Consultation Group LLC - * @license http://www.opensource.org/licenses/bsd-license.php New BSD License - */ -return array( - 'modules' => array( - 'gii' => array( - 'class' => 'system.gii.GiiModule', - 'password' => 'yii', - 'ipFilters' => array('127.0.0.1','::1'), - ), - ), - 'components' => array( - 'db' => array( - 'connectionString' => 'mysql:host=localhost;dbname=factuges_dev', - 'username' => 'root', - 'password' => '', - 'enableProfiling' => true, - 'enableParamLogging' => true, - 'charset' => 'utf8', - ), - ), - 'params' => array( - 'yii.handleErrors' => true, - 'yii.debug' => true, - 'yii.traceLevel' => 3, - ) -); \ No newline at end of file