params.php 813 B

1234567891011121314151617181920212223
  1. <?php
  2. return [
  3. 'adminEmail' => 'admin@example.com',
  4. 'supportEmail' => 'support@example.com',
  5. 'user.passwordResetTokenExpire' => 3600,
  6. 'xcoqServiceBaseUrl' => 'http://crm-service-frontend.local.xcoq.com',
  7. 'xcoqServiceApiSecret' => 'app_oauth#^A3lopM5*$%TUa@wtC467^',
  8. 'xcrmServiceBaseUrl' => 'http://crm-service-backend.local.xcoq.com',
  9. 'xcrmServiceApiSecret' => 'app_oauth#^A3lopM5*$%TUa@wtC467^',
  10. 'xcoqBaseUrl' => 'http://web.handz-fx.com',
  11. 'xcrmHost' => 'http://crm.handz-fx.com',
  12. 'xcoqMobileHost' => 'http://m.handz-fx.com',
  13. // rc环境的xcrm域名
  14. 'rcXcrmHost' => 'http://xcrm.handz-fx.com',
  15. // stb环境的xcrm域名
  16. 'stbXcrmHost' => 'http://crm.stb.handz-fx.com',
  17. // 程序运行的环境
  18. 'environment' => ['dev', 'rc', 'stb', 'prod'],
  19. ];