完成评论

This commit is contained in:
augushong
2021-01-03 21:52:54 +08:00
parent bcc07c301e
commit 3b5a56aef5
18 changed files with 815 additions and 383 deletions

View File

@@ -23,10 +23,10 @@ return [
'app_map' => [],
// 域名绑定(自动多应用模式有效)
'domain_bind' => [
'*'=>'index',
'www'=>'index',
'admin'=>'admin',
'api'=>'api',
'*'=>'index',
],
// 应用默认域名(自动多应用模式有效,为空时采用domain_bind的设置键值对换,适合跨应用生成url
'app_default_doamin' => [],

View File

@@ -13,7 +13,7 @@ return [
// 存储连接标识 当type使用cache的时候有效
'store' => null,
// 过期时间
'expire' => 1440,
'expire' => 3600*24*7,
// 前缀
'prefix' => '',
];