params.php 555 B

123456789101112131415
  1. <?php
  2. return [
  3. 'adminEmail' => 'admin@example.com',
  4. 'supportEmail' => 'support@example.com',
  5. 'user.passwordResetTokenExpire' => 3600,
  6. 'xcoqServiceBaseUrl' => 'http://service.www.bergermkt.com',
  7. 'xcoqServiceApiSecret' => 'app_oauth#^a3dl0psDM50*$%Tua@wtc467^',
  8. 'xcrmServiceBaseUrl' => 'http://service.www.bergermkt.com',
  9. 'xcrmServiceApiSecret' => 'app_oauth#^a3dl0psDM50*$%Tua@wtc467^',
  10. 'xcoqBaseUrl' => 'http://www.hk-dsm.com',
  11. // 'xcrmHost' => 'http://crm.fxm.com',
  12. // 'xcoqMobileHost' => 'http://m.fxm.com',
  13. ];