mirror of
https://github.com/elyby/accounts.git
synced 2024-11-06 16:21:08 +05:30
7 lines
149 B
PHP
7 lines
149 B
PHP
<?php
|
|
return [
|
|
'adminEmail' => 'admin@example.com',
|
|
'supportEmail' => 'support@example.com',
|
|
'user.passwordResetTokenExpire' => 3600,
|
|
];
|