params.php 179 Bytes
<?php
return [
    'adminEmail'                    => 'admin@example.com',
    'user.passwordResetTokenExpire' => 3600,
    'VERSION'                       => 'v1.0.0 build 4'
];