Ver Fonte

配置修改i

wanghaijun há 4 anos atrás
pai
commit
2083ea4bc5
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      config/app.php

+ 3 - 2
config/app.php

xqd xqd
@@ -30,7 +30,8 @@ return [
 
     //迭代版本
     'version'=>env('APP_VERSION',1.0),
-    'power_by'=>env('APP_POWERBY','宝妈'),
+
+    'power_by'=>env('APP_POWERBY','熙宝HMO'),
 
     /*
     |--------------------------------------------------------------------------
@@ -43,7 +44,7 @@ return [
     |
     */
 
-    'debug' => env('APP_DEBUG', false),
+    'debug' => env('APP_DEBUG', true),
 
     /*
     |--------------------------------------------------------------------------