Revisión de directorios y ficheros no necesarios
git-svn-id: https://192.168.0.254/svn/Rodax.factuges_web/trunk@11 e455b18d-f7fe-5245-9c43-e2c35af70a32
This commit is contained in:
parent
7f8904d112
commit
59b1eff514
@ -1,35 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* dev.php configuration file
|
||||
*
|
||||
* @author Antonio Ramirez <amigo.cobos@gmail.com>
|
||||
* @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,
|
||||
)
|
||||
);
|
||||
@ -1,35 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* dev.php configuration file
|
||||
*
|
||||
* @author Antonio Ramirez <amigo.cobos@gmail.com>
|
||||
* @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,
|
||||
)
|
||||
);
|
||||
Reference in New Issue
Block a user