10 lines
295 B
PHP
Executable File
10 lines
295 B
PHP
Executable File
<?php
|
|
return [
|
|
'adminEmail' => 'chancellery@itguild.info',
|
|
'supportEmail' => 'chancellery@itguild.info',
|
|
'senderEmail' => 'chancellery@itguild.info',
|
|
'senderName' => 'Chancellery ITguild mailer',
|
|
'user.passwordResetTokenExpire' => 3600,
|
|
'user.passwordMinLength' => 8,
|
|
];
|