Blame view

common/config/params.php 149 Bytes
d8c1a2e0   Yarik   Big commit artbox
1
2
3
4
5
6
  <?php
  return [
      'adminEmail' => 'admin@example.com',
      'supportEmail' => 'support@example.com',
      'user.passwordResetTokenExpire' => 3600,
  ];