Blame view

common/config/params.php 241 Bytes
2e86c939   xu   “首次提交”
1
2
3
<?php
return [
    'adminEmail'                    => 'admin@example.com',
2e86c939   xu   “首次提交”
4
    'supportEmail'                  => 'support@example.com',
502fd06e   xu   domain(v1.0.0 bui...
5
    'user.passwordResetTokenExpire' => 3600,
2e86c939   xu   “首次提交”
6
    'VERSION'                       => 'v1.0.0 build 3'