8 lines
191 B
PHP
8 lines
191 B
PHP
|
|
<?php
|
||
|
|
return [
|
||
|
|
'adminEmail' => 'admin@example.com',
|
||
|
|
'supportEmail' => 'support@example.com',
|
||
|
|
'user.passwordResetTokenExpire' => 3600,
|
||
|
|
'domain' => 'https://patho.iop.or.th'
|
||
|
|
];
|