yii2-netdisk/config/params.php

10 lines
286 B
PHP
Raw Normal View History

2013-05-24 22:14:49 +08:00
<?php
2013-10-18 13:30:41 +08:00
return [
2014-03-16 12:46:16 +08:00
'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',
2013-10-18 13:30:41 +08:00
];