<?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,
|
|
];
|