diff --git a/app/config/common.php b/app/config/common.php
index e0a8507..6b0508f 100644
--- a/app/config/common.php
+++ b/app/config/common.php
@@ -37,10 +37,23 @@ return array(
),
),
),
+
+ 'db' => array(
+ 'connectionString' => 'mysql:host=localhost;dbname=db451718',
+ 'username' => 'root',
+ 'password' => '',
+ 'enableProfiling' => true,
+ 'enableParamLogging' => true,
+ 'charset' => 'utf8',
+ ),
),
'params' => array(
// php configuration
'php.defaultCharset' => 'utf-8',
'php.timezone' => 'UTC',
+
+ 'yii.handleErrors' => true,
+ 'yii.debug' => true,
+ 'yii.traceLevel' => 3,
)
);
\ No newline at end of file
diff --git a/app/config/env/dev.php b/app/config/env/dev.php
deleted file mode 100644
index dd962b8..0000000
--- a/app/config/env/dev.php
+++ /dev/null
@@ -1,33 +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=db451718',
- '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/app/config/env/prod.php b/app/config/env/prod.php
deleted file mode 100644
index efc7405..0000000
--- a/app/config/env/prod.php
+++ /dev/null
@@ -1,26 +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(
- 'components' => array(
- 'db' => array(
- 'connectionString' => 'mysql:host=rdbms.strato.de;dbname=DB451718',
- 'username' => 'U451718',
- 'password' => 'Datenbank',
- 'enableProfiling' => YII_DEBUG,
- 'enableParamLogging' => YII_DEBUG,
- 'charset' => 'utf8',
- ),
- ),
- 'params' => array(
- 'yii.debug' => false,
- 'yii.traceLevel' => 0,
- 'yii.handleErrors' => APP_CONFIG_NAME !== 'test',
- )
-);
\ No newline at end of file
diff --git a/app/config/env/stage.php b/app/config/env/stage.php
deleted file mode 100644
index 107ac54..0000000
--- a/app/config/env/stage.php
+++ /dev/null
@@ -1,7 +0,0 @@
-window.jQuery || document.write('
-
+