Blame view

common/config/params.php 194 Bytes
c237629a   Anastasia   first commit
1
2
3
4
5
  <?php
  return [
      'adminEmail' => 'admin@example.com',
      'supportEmail' => 'support@example.com',
      'user.passwordResetTokenExpire' => 3600,
14b9ed76   alex   Mail fix 3
6
  	'artwebAdminEmail' => 'alkhonko@gmail.com',
c237629a   Anastasia   first commit
7
  ];