Browse Source

C:/Program Files/Git/

wugg 3 years ago
parent
commit
1e13fd1f9d
2 changed files with 4 additions and 2 deletions
  1. 2 0
      .gitignore
  2. 2 2
      application/config.php

+ 2 - 0
.gitignore

@@ -1,3 +1,5 @@
 .idea
 composer.lock
 *.log
+application/config.php
+application/database.php

+ 2 - 2
application/config.php

@@ -15,9 +15,9 @@ return [
     // +----------------------------------------------------------------------
 
     // 应用调试模式
-    'app_debug'              => true,
+    'app_debug'              => false,
     // 应用Trace
-    'app_trace'              => true,
+    'app_trace'              => false,
     // 应用模式状态
     'app_status'             => '',
     // 是否支持多模块