params.php 688 B

12345678910111213141516171819202122232425262728
  1. <?php
  2. return [
  3. 'adminEmail' => 'admin@example.com',
  4. 'supportEmail' => 'support@example.com',
  5. 'user.passwordResetTokenExpire' => 3600,
  6. 'appSignSecret' => 'app_oauth#^a3dl0psDM50*$%Tua@wtc467^',
  7. 'huidao.payUrl' => '',
  8. 'huidao.pMid' => '',
  9. 'huidao.secretKey' => '',
  10. 'huayin.payUrl' => '',
  11. 'huayin.merchantCode' => '',
  12. 'huayin.privateKey' => '',
  13. 'huayin.publicKey' => '',
  14. 'aotu.payUrl' => '',
  15. 'aotu.MerchantID' => '',
  16. 'aotu.secretKey' => '',
  17. 'aotu.remitKey' => '',
  18. 'balpal.payUrl' => '',
  19. 'balpal.merCd' => '',
  20. 'balpal.secretKey' => '',
  21. 'isAutoSyncDesposit' => 1,
  22. 'mtHttpServerUrl' => 'http://127.0.0.1',
  23. ];