123456789101112131415161718192021222324252627282930313233343536 |
- <?php
- return [
-
- 'app_host' => env('app.host', ''),
-
- 'app_namespace' => '',
- 'app_debug' => true,
-
- 'with_route' => true,
-
- 'default_app' => 'Admin',
- 'app_express' => true,
-
- 'default_timezone' => 'Asia/Shanghai',
-
- 'app_map' => [],
-
- 'domain_bind' => [],
-
- 'deny_app_list' => [],
-
- 'exception_tmpl' => app()->getThinkPath() . 'tpl/think_exception.tpl',
-
- 'error_message' => '页面错误!请稍后再试~',
-
- 'show_error_msg' => true,
- "api_host"=>"http://inv.sitw.wanyuhengtong.com"
-
- ];
|