From 59b1eff5140f64dc19fd248e3d8d493bad02078b Mon Sep 17 00:00:00 2001 From: david Date: Tue, 18 Jun 2013 11:13:38 +0000 Subject: [PATCH] =?UTF-8?q?Revisi=C3=B3n=20de=20directorios=20y=20ficheros?= =?UTF-8?q?=20no=20necesarios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Rodax.factuges_web/trunk@11 e455b18d-f7fe-5245-9c43-e2c35af70a32 --- src/console/config/env.php | 35 ----------------------------------- src/frontend/config/env.php | 35 ----------------------------------- 2 files changed, 70 deletions(-) delete mode 100644 src/console/config/env.php delete mode 100644 src/frontend/config/env.php 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