mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
修改配置文件
This commit is contained in:
parent
389c9ba723
commit
3d852babf6
@ -20,7 +20,7 @@ return [
|
|||||||
'path' => '/',
|
'path' => '/',
|
||||||
// cookie 有效域名
|
// cookie 有效域名
|
||||||
'domain' => '',
|
'domain' => '',
|
||||||
// cookie 启用安全传输
|
// cookie 启用安全传输
|
||||||
'secure' => false,
|
'secure' => false,
|
||||||
// httponly 设置
|
// httponly 设置
|
||||||
'httponly' => false,
|
'httponly' => false,
|
||||||
|
@ -26,7 +26,7 @@ return [
|
|||||||
// 磁盘类型
|
// 磁盘类型
|
||||||
'type' => 'local',
|
'type' => 'local',
|
||||||
// 磁盘路径
|
// 磁盘路径
|
||||||
'root' => app()->getRootPath() . 'public/storage',
|
'root' => app()->getRootPath() . 'public' . DIRECTORY_SEPARATOR . 'storage',
|
||||||
// 磁盘路径对应的外部URL路径
|
// 磁盘路径对应的外部URL路径
|
||||||
'url' => '/storage',
|
'url' => '/storage',
|
||||||
// 可见性
|
// 可见性
|
||||||
|
@ -24,12 +24,12 @@ return [
|
|||||||
'use_cookie' => true,
|
'use_cookie' => true,
|
||||||
// 多语言 Cookie 变量
|
// 多语言 Cookie 变量
|
||||||
'cookie_var' => 'think_lang',
|
'cookie_var' => 'think_lang',
|
||||||
|
// 是否支持语言分组
|
||||||
|
'allow_group' => false,
|
||||||
// 扩展语言包
|
// 扩展语言包
|
||||||
'extend_list' => [],
|
'extend_list' => [],
|
||||||
// 转义为对应语言包名称
|
// 转义为对应语言包名称
|
||||||
'accept_language' => [
|
'accept_language' => [
|
||||||
'zh-hans-cn' => 'zh-cn',
|
'zh-hans-cn' => 'zh-cn',
|
||||||
],
|
],
|
||||||
// 是否支持语言分组
|
|
||||||
'allow_group' => false,
|
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user