| 1234567891011121314151617181920212223242526272829303132333435 | 
							- <?php
 
- return [
 
-     
 
-     'app_host'         => env('app.host', ''),
 
-     
 
-     'app_namespace'    => '',
 
-     
 
-     'with_route'       => true,
 
-     
 
-     'with_event'       => true,
 
-     
 
-     'default_app'      => 'index',
 
-     
 
-     'default_timezone' => 'Asia/Shanghai',
 
-     
 
-     'app_map'          => [],
 
-     
 
-     'domain_bind'      => [],
 
-     
 
-     'deny_app_list'    => [],
 
-     
 
-     'exception_tmpl'   => app()->getThinkPath() . 'tpl/think_exception.tpl',
 
-     
 
-     'error_message'    => '页面错误!请稍后再试~',
 
-     
 
-     'show_error_msg'   => false,
 
- ];
 
 
  |