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