yii2-netdisk/config/params.php

8 lines
146 B
PHP
Raw Normal View History

2013-05-24 10:14:49 -04:00
<?php
2013-10-18 07:30:41 +02:00
return [
2014-03-16 10:46:16 +06:00
'adminEmail' => 'admin@example.com',
'senderEmail' => 'noreply@example.com',
'senderName' => 'Example.com mailer',
2013-10-18 07:30:41 +02:00
];