shish 6 سال پیش
والد
کامیت
15527ac7bd
2فایلهای تغییر یافته به همراه0 افزوده شده و 28 حذف شده
  1. 0 24
      common/config/main-local-example.php
  2. 0 4
      common/config/params-local-example.php

+ 0 - 24
common/config/main-local-example.php

@@ -1,24 +0,0 @@
-<?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;

+ 0 - 4
common/config/params-local-example.php

@@ -1,4 +0,0 @@
-<?php
-return [
-];
-