You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
445 B
13 lines
445 B
7 years ago
|
<?php
|
||
|
return [
|
||
|
'supportEmail' => 'info@zertex.ru',
|
||
|
'adminEmail' => 'info@zertex.ru',
|
||
|
'user.passwordResetTokenExpire' => 3600,
|
||
|
'user.rememberMeDuration' => 3600 * 24 * 30,
|
||
|
//'cookieDomain' => '.example.com',
|
||
|
//'frontendHostInfo' => 'http://example.com',
|
||
|
//'backendHostInfo' => 'http://backend.example.com',
|
||
|
//'staticHostInfo' => 'http://static.example.com',
|
||
|
'staticPath' => dirname(__DIR__, 2) . '/static',
|
||
|
];
|