yii2-netdisk/config/params.php
Chenx221 9159880f12 update
new feature: simple file manage
目前只实现了目录切换 路径显示 文件下载
2024-02-10 17:41:07 +08:00

10 lines
286 B
PHP

<?php
return [
'adminEmail' => 'admin@example.com',
'senderEmail' => 'noreply@example.com',
'senderName' => 'Example.com mailer',
// data directory is used to store uploaded files by the user (e.g. root dir for every user's home)
'dataDirectory' => '@app/data',
];