You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
476 B

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