Blame view

common/config/params.php 195 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',
2a0ba62d   alex   Mail fix 4
7
  
c237629a   Anastasia   first commit
8
  ];