|
|
@@ -12,13 +12,9 @@ $picUrl = $http . 'pic.' . $suffix;
|
|
|
$wwwUrl = $http . 'www.' . $suffix;
|
|
|
$cssUrl = $http . 'css.' . $suffix;
|
|
|
$jsUrl = $http . 'js.' . $suffix;
|
|
|
-
|
|
|
return [
|
|
|
- 'adminEmail' => 'admin@example.com',
|
|
|
- 'supportEmail' => 'support@example.com',
|
|
|
- 'user.passwordResetTokenExpire' => 3600,
|
|
|
//全站统一使用的秘钥
|
|
|
- 'secretKey' => 'cMWjvVY5F-dqT6XKnj81qheU2wI3Sok-',
|
|
|
+ 'secretKey' => 'CzWjvVY5F.dUqT65Knj81qh_eU2wI3SokO',
|
|
|
'imgUrl' => $imgUrl,
|
|
|
'adminUrl' => $adminUrl,
|
|
|
'frontUrl' => $frontUrl,
|