| 12345678910111213141516171819202122232425 |
- <?php
- return [
- 'adminEmail' => 'admin@example.com',
- 'supportEmail' => 'support@example.com',
- 'user.passwordResetTokenExpire' => 3600,
- 'xcoqServiceBaseUrl' => 'http://service.crm.bergermkt.com',
- 'xcoqServiceApiSecret' => 'app_oauth#^A3lopM5*$%TUa@wtC467^',
- 'xcrmServiceBaseUrl' => 'http://service.crm.bergermkt.com',
- 'xcrmServiceApiSecret' => 'app_oauth#^A3lopM5*$%TUa@wtC467^',
- 'xcoqBaseUrl' => 'http://www.bergermkt.com/', //返回官网
- 'xcrmHost' => 'http://xxx.bergermkt.com', //在线开户
- 'xcrmMobileHost' => 'http://m.trends-fx.com',
-
- // rc环境的xcrm域名
- 'rcXcrmHost' => 'http://xcrm.trends-fx.com',
- // stb环境的xcrm域名
- 'stbXcrmHost' => 'http://crm.noryataimkt.com',
- // 程序运行的环境
- 'environment' => ['dev', 'rc', 'stb', 'prod'],
- ];
|