shish 6 년 전
부모
커밋
5a709ae969
1개의 변경된 파일0개의 추가작업 그리고 20개의 파일을 삭제
  1. 0 20
      common/config/main-local.php

+ 0 - 20
common/config/main-local.php

@@ -1,24 +1,4 @@
 <?php
 $config = [
-	'bootstrap' => ['debug', 'gii'],
-	'modules' => [
-		'debug' => [
-			'class' => 'yii\debug\Module',
-			'allowedIPs' => ['*'],
-		],
-		'gii' => [
-			'class' => 'yii\gii\Module',
-			'allowedIPs' => ['127.0.0.1', '::1'],
-		],
-	],
-	'components' => [
-		'db' => [
-			'class' => 'yii\db\Connection',
-			'dsn' => 'mysql:host=127.0.0.1;dbname=huahuibao',
-			'username' => 'root',
-			'password' => 'zt20152008',
-			'charset' => 'utf8',
-		],
-	],
 ];
 return $config;