params.php 787 B

1234567891011121314151617181920
  1. <?php
  2. return [
  3. 'adminEmail' => 'admin@example.com',
  4. 'supportEmail' => 'support@example.com',
  5. 'user.passwordResetTokenExpire' => 3600,
  6. //'xcoqServiceBaseUrl' => 'http://frontend.service.fxm.me',
  7. // 'xcoqServiceBaseUrl' => 'http://fxm.frontend.service.com',
  8. 'xcoqServiceBaseUrl' => 'http://service.www.helongfx.com', //服务器地址的配置
  9. 'xcoqServiceApiSecret' => 'app_oauth#^a3dl0psDM50*$%Tua@wtc467^',
  10. //'xcrmServiceBaseUrl' => 'http://backend.service.fxm.me',
  11. 'xcrmServiceBaseUrl' => 'http://fxm.backend.service.com',
  12. 'xcrmServiceApiSecret' => 'app_oauth#^a3dl0psDM50*$%Tua@wtc467^',
  13. 'xcoqBaseUrl' => 'http://www.hk-dsm.com',
  14. // 'xcrmHost' => 'http://crm.fxm.com',
  15. // 'xcoqMobileHost' => 'http://m.fxm.com',
  16. ];