params.php 195 Bytes
<?php
return [
    'adminEmail' => 'admin@example.com',
    'supportEmail' => 'support@example.com',
    'user.passwordResetTokenExpire' => 3600,
	'artwebAdminEmail' => 'alkhonko@gmail.com',

];