| 12345678910111213141516171819202122232425262728 |
- <?php
- return [
- 'adminEmail' => 'admin@example.com',
- 'supportEmail' => 'support@example.com',
- 'user.passwordResetTokenExpire' => 3600,
- 'appSignSecret' => 'app_oauth#^a3dl0psDM50*$%Tua@wtc467^',
- 'huidao.payUrl' => '',
- 'huidao.pMid' => '',
- 'huidao.secretKey' => '',
- 'huayin.payUrl' => '',
- 'huayin.merchantCode' => '',
- 'huayin.privateKey' => '',
- 'huayin.publicKey' => '',
- 'aotu.payUrl' => '',
- 'aotu.MerchantID' => '',
- 'aotu.secretKey' => '',
- 'aotu.remitKey' => '',
- 'balpal.payUrl' => '',
- 'balpal.merCd' => '',
- 'balpal.secretKey' => '',
- 'isAutoSyncDesposit' => 1,
- 'mtHttpServerUrl' => 'http://127.0.0.1',
- ];
|