| 1234567891011121314151617181920 |
- <?php
- return [
- 'adminEmail' => 'admin@example.com',
- 'supportEmail' => 'support@example.com',
- 'user.passwordResetTokenExpire' => 3600,
- //'xcoqServiceBaseUrl' => 'http://frontend.service.fxm.me',
- // 'xcoqServiceBaseUrl' => 'http://fxm.frontend.service.com',
- 'xcoqServiceBaseUrl' => 'http://service.www.helongfx.com', //服务器地址的配置
- 'xcoqServiceApiSecret' => 'app_oauth#^a3dl0psDM50*$%Tua@wtc467^',
- //'xcrmServiceBaseUrl' => 'http://backend.service.fxm.me',
- 'xcrmServiceBaseUrl' => 'http://fxm.backend.service.com',
- 'xcrmServiceApiSecret' => 'app_oauth#^a3dl0psDM50*$%Tua@wtc467^',
- 'xcoqBaseUrl' => 'http://www.hk-dsm.com',
- // 'xcrmHost' => 'http://crm.fxm.com',
- // 'xcoqMobileHost' => 'http://m.fxm.com',
- ];
|