Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
peinhu committed Mar 23, 2019
1 parent 554eabf commit 47cc7ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/aetherupload.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

'distributed_deployment' => [

'enable' => false, # 是否启用

'role' => 'web', # 服务器角色,支持选项: 'web', 'storage'
Expand Down Expand Up @@ -118,7 +119,7 @@
*/

'middleware_preprocess' => [], # 上传预处理时的路由中间件
'middleware_save_chunk' => [], # 上传文件分块时的路由中间件
'middleware_uploading' => [], # 上传文件分块时的路由中间件
'middleware_display' => [], # 文件展示时的路由中间件
'middleware_download' => [], # 文件下载时的路由中间件

Expand Down

0 comments on commit 47cc7ff

Please sign in to comment.