params.php 838 B

12345678910111213141516171819202122232425
  1. <?php
  2. return [
  3. 'adminEmail' => 'admin@example.com',
  4. 'supportEmail' => 'support@example.com',
  5. 'user.passwordResetTokenExpire' => 3600,
  6. 'xcoqServiceBaseUrl' => 'http://service.crm.cutomkt.com',
  7. 'xcoqServiceApiSecret' => 'app_oauth#^A3lopM5*$%TUa@wtC467^',
  8. 'xcrmServiceBaseUrl' => 'http://service.crm.cutomkt.com',
  9. 'xcrmServiceApiSecret' => 'app_oauth#^A3lopM5*$%TUa@wtC467^',
  10. 'xcoqBaseUrl' => 'http://www.cutomkt.com/', //返回官网
  11. 'xcrmHost' => 'http://crm.cutomkt.com', //在线开户
  12. 'xcrmMobileHost' => 'http://m.trends-fx.com',
  13. // rc环境的xcrm域名
  14. 'rcXcrmHost' => 'http://xcrm.trends-fx.com',
  15. // stb环境的xcrm域名
  16. 'stbXcrmHost' => 'http://crm.noryataimkt.com',
  17. // 程序运行的环境
  18. 'environment' => ['dev', 'rc', 'stb', 'prod'],
  19. ];