params.php 356 B

12345678910111213
  1. <?php
  2. return [
  3. 'adminEmail' => 'admin@example.com',
  4. 'supportEmail' => 'support@example.com',
  5. 'user.passwordResetTokenExpire' => 3600,
  6. 'wechat'=>[
  7. 'token'=>'lsmweixin',
  8. 'appID'=>'wx7cfe2e5e0141f8c1',
  9. 'appsecret'=>'ac964fe9c4f7e90ccc3c50049db37156'
  10. ],
  11. 'apptitle'=>'豪省心',
  12. 'sitetitle'=>'豪省心',
  13. ];