mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-25 04:27:22 +08:00
token permission config + fix getLogFile()
This commit is contained in:
@@ -124,7 +124,12 @@ return [
|
||||
'upload_api_endpoint' => 'Upload interface address',
|
||||
'base_url' => 'Image URL prefix',
|
||||
'upload_token' => 'Upload token',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => 'Permission',
|
||||
'user_token_allowed' => 'Permission available to user token',
|
||||
'user_token_allowed_help' => 'User token has no right to invoke without permission from this tabular list',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'User',
|
||||
|
||||
@@ -124,7 +124,12 @@ return [
|
||||
'upload_api_endpoint' => '上传接口地址',
|
||||
'base_url' => '图片 URL 前缀',
|
||||
'upload_token' => '上传令牌',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => '权限',
|
||||
'user_token_allowed' => '用户 token 可用权限',
|
||||
'user_token_allowed_help' => '不在此列表的权限,用户 token 无权调用',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => '用户',
|
||||
|
||||
@@ -124,7 +124,12 @@ return [
|
||||
'upload_api_endpoint' => '上傳接口地址',
|
||||
'base_url' => '圖片 URL 前綴',
|
||||
'upload_token' => '上傳令牌',
|
||||
]
|
||||
],
|
||||
'permission' => [
|
||||
'tab_header' => '權限',
|
||||
'user_token_allowed' => '用戶 token 可用權限',
|
||||
'user_token_allowed_help' => '不在此列表的權限,用戶 token 無權調用',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'label' => '用戶',
|
||||
|
||||
Reference in New Issue
Block a user