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

    'VERSION'               => 'v1.5.6 build 24', // 版本号
];