'xxxxxx' * ) */ return array( //rds配置 'main.components.db.connectionString' => 'mysql:host=rm-bp1353x13u02kzess.mysql.rds.aliyuncs.com;dbname=weixin', 'main.components.db.username' => 'zhipuzi', 'main.components.db.password' => 'ZhipuziGX029319', //slave 'main.components.slaveDb.connectionString' => 'mysql:host=rm-bp1353x13u02kzess.mysql.rds.aliyuncs.com;dbname=weixin', 'main.components.slaveDb.username' => 'zhipuzi', 'main.components.slaveDb.password' => 'ZhipuziGX029319', //ADS 'main.components.ads.connectionString' => 'mysql:host=rm-bp1353x13u02kzess.mysql.rds.aliyuncs.com;dbname=weixin', 'main.components.ads.username' => 'zhipuzi', 'main.components.ads.password' => 'ZhipuziGX029319', //用户中心db 'main.components.userDb.connectionString' => 'mysql:host=rm-bp1rnhg66hb9j9ctpeo.mysql.rds.aliyuncs.com;dbname=userdb', 'main.components.userDb.username' => 'zhipuzi', 'main.components.userDb.password' => 'ZhipuziGX029319', //代理商数据库 'main.components.agentDb.connectionString' => 'mysql:host=rm-bp1353x13u02kzess.mysql.rds.aliyuncs.com;dbname=agent', 'main.components.agentDb.username' => 'zhipuzi', 'main.components.agentDb.password' => 'ZhipuziGX029319', //平台数据库 'main.components.platformDb.connectionString' => 'mysql:host=rm-bp1353x13u02kzess.mysql.rds.aliyuncs.com;dbname=platform', 'main.components.platformDb.username' => 'zhipuzi', 'main.components.platformDb.password' => 'ZhipuziGX029319', //登录页面 'main.components.user.loginUrl' => 'https://pf.zhipuzi.com/user/merchant/account/login', //redis配置 //redis服务器地址 'redis.host' => 'r-bp1f00219de2df54.redis.rds.aliyuncs.com', //redis端口 'redis.port' => '6379', //redis密码 'redis.password' => 'a8JDLBksS49DKSFDE', //dbevent-worker配置 'db_event_listener.php' => '/usr/local/bin/php', 'db_event_listener.kafka.binlogTopic' => 'prod-rds-binlog', //全局配置 //当前系统环境, dev, test, prod 三种环境,分别对应开发,测试, 生产环境 'global.env' => 'release', // api地址 'global.apiBaseUrl' => 'https://cyapi-release.zhipuzi.com', //静态资源url 'global.assetsUrl' => 'https://assets-cy-release.zhipuzi.com', //wap url 'global.wapBaseUrl' => 'https://cyh5.zhipuzi.com', //front使用的cdn地址 'global.frontCdnBaseUrl' => 'https://assets-cy-release.zhipuzi.com', //www url 'global.wwwBaseUrl' => 'https://www.zhipuzi.com', //微信营销域名,支持{appid}参数,格式: http://{appid}.yx.zhipuzi.com {appid}会替换成微信公众号appid 'global.wxYxBaseUrl' => 'http://{appid}.yxcy.zhipuzi.com', //后台地址 'global.consoleUrl' => 'https://cy.zhipuzi.com', //微信开放平台配置 'global.wechatOpenPlatform.appid' => 'wx1ebd2d6dd84d4806', 'global.wechatOpenPlatform.secret' => '1696e0c3e97f6bcfa0176ac72bd7bc98', //公众号消息校验Token 'global.wechatOpenPlatform.token' => 'TPWTPbWvaDWYkoBMGgw3qEvC2XoKl46lQ6A6Np8wjqw', //公众号消息加解密Key 'global.wechatOpenPlatform.encodingaeskey' => 'vh3aZMH16AXxo3hcmKZAy8rTLpEwIVLvgi3oBbZTnp1', //智铺子公众号配置 'global.wechat.appid' => 'wx9213c38c57da2bf6', 'global.wechat.secret' => 'b86b7f9ea84da111359bc65ea9bbec37', //平台配置 'global.platformUrl' => 'https://pf.zhipuzi.com/', 'global.platform.h5.url' => 'https://wap.zhipuzi.com', // 'global.platform.api.url' => 'http://172.16.11.85:12803', 'global.platform.api.url' => 'http://platform-product-api-svc', //代理商url配置 'global.agent.url' => 'https://agent.zhipuzi.com', // 'global.agent.innerurl' => 'http://172.16.58.242:12588', 'global.agent.innerurl' => 'http://agent-product-app-svc', //智铺子公众号在商家后台的adminId "global.adminIdForZhipuzi" => "84534", //乐外卖公众号在商家后台的adminId "global.adminIdForLewaimai" => "19", //支付宝开放平台设置 'global.alipayOpenPlatform.appid' => '2018011501877956', //消息队列配置 'global.messageQueue.queues.bigTask' => 'big-task', 'global.messageQueue.queues.smallTask' => 'small-task', //子系统域名配置 //进销存 'global.subSystemBaseUrl.jxc' => 'https://jxc.zhipuzi.com', // 'gateway/api/jxc.api' => 'http://127.0.0.1:12280', 'gateway/api/jxc.api' => 'http://zhipuzi-cy-release-jxc-svc', //同步登录状态的接口地址 'global.webSyncLoginApis' => [ 'https://jxc.zhipuzi.com/merchant/synclogin', ], //阿里云日志服务配置 'log.aliyunLogHub.endpoint' => 'cn-hangzhou.log.aliyuncs.com', //阿里云访问秘钥 AccessKeyId 'log.aliyunLogHub.accessKeyId' => 'LTAIpYffXvFnEUzp', //阿里云访问秘钥 AccessKeySecret 'log.aliyunLogHub.accessKey' => 'F3lqBxo6Uj9pJpLs7btMW5u30X5uKB', //日志库 'log.aliyunLogHub.logstore' => 'cy-release', //阿里云access key id 'opensearch.accessKeyId' => 'LTAIpYffXvFnEUzp', //阿里云access secret 'opensearch.accessSecret' => 'F3lqBxo6Uj9pJpLs7btMW5u30X5uKB', //阿里云opensearch api域名 'opensearch.endPoint' => 'http://intranet.opensearch-cn-hangzhou.aliyuncs.com', //阿里云opensearch app - 外卖订单 'opensearch.indexApps.waimaiOrder' => 'lewaimai_order', //阿里云opensearch app - 商品 'opensearch.indexApps.food' => 'lewaimai_food', //阿里云opensearch app - 顾客 'opensearch.indexApps.lewaimaiCustomer' => 'lewaimai_customer', //阿里云opensearch app - 会员 'opensearch.indexApps.lewaimaiMemberSearch' => 'lewaimai_member', //阿里云access key id 'mns.accessKeyId' => 'LTAIpYffXvFnEUzp', //阿里云access secret 'mns.accessSecret' => 'F3lqBxo6Uj9pJpLs7btMW5u30X5uKB', //阿里云mns api域名 'mns.endPoint' => 'http://1733013318510961.mns.cn-hangzhou-internal.aliyuncs.com/', //监控配置 'statis.db.connectionString' => 'mysql:host=rm-bp1353x13u02kzess.mysql.rds.aliyuncs.com;dbname=weixin', 'statis.db.username' => 'zhipuzi', 'statis.db.password' => 'ZhipuziGX029319', //天下支付商户号 'pay.channels.tianxia.mchId' => '1800776625', //天下支付密钥 'pay.channels.tianxia.key' => '12345', //代付API域名 'pay.channels.tianxia.gateway' => 'http://api.tfb8.com', //微信、支付宝API域名 'pay.channels.tianxia.gateway2' => 'http://upay.tfb8.com', //快服务 // 'fastservice.clientId' => 'kfw_3Srm9Ndr85THHfuj', // 'fastservice.key' => 'iVxHyp2tWjpWXimvoHxwuMavstf3dyR9', // 'fastservice.domain' => 'http://openapi.kfw.net', 'fastservice.binddomain' => 'http://api.kfw.net', 'fastservice.merchantLoginUrl' => 'http://api.kfw.net/flow/view/login_pc', 'fastservice.clientId' => 'kfw_dvyw4bcu95jw0bdl',//旧的 'fastservice.key' => 'cee0uaw012tzip60wvvshstbm4l87pva', 'fastservice.domain' => 'http://api.kfw.net', // 'fastservice.merchantLoginUrl' => 'http://api.kfw.net/flow/view/login_pc', //达达 'dada.domain' => 'http://newopen.imdada.cn', //worker 环境参数配置 //php命令路径 'worker.php' => '/usr/local/bin/php', //进程运行角色 'worker.user' => 'www', //乐外卖推送api 'global.pushUrl' => 'http://pushapi.lewaimai.com:9090', 'eleme.platformAppKey' => 'v2mNDIVumW', 'eleme.platformAppSecret' => '870a9e7c33ca9aba3c5482da6989ee6f', 'eleme.storeAppKey' => 'OOIgplBcFZ', 'eleme.storeAppSecret' => '850a8617883ddad68e855128b386cef824901613', 'eleme.newStoreAppKey' => '8vaV1FILKk', 'eleme.newStoreAppSecret' => '19666d9ed674abed36cc283469a800fba9195d2b', 'eleme.newStoreAccountType' => '2',//1-绑定在乐外卖开发者账号下的商家饿了么店铺,2-绑定新申请的智铺子开发者账号下的商家饿了么店铺 'eleme.callbackUrl' => 'https://api.zhipuzi.com/third/eleme/elemenotify/callBack', 'eleme.scope' => 'all', 'eleme.sandBox' => false, //日志路由配置 // 'main.components.log.routes' => array( // //页面输出性能日志, 网页调试可以打开 // array( // 'class' => 'CProfileLogRoute', // ), // ), //小程序模版配置 //版本号 'mini_commit_version.userVersion' => [ "shop" =>"3.2.1.59",//单店 "divpage" =>"3.2.1.59",//微页面 "chainstore"=>"3.2.1.59",//连锁店 ], //版本描述 'mini_commit_version.userDesc' => [ "shop" =>"智铺子V3.2.1.59",//单店 "divpage" =>"智铺子V3.2.1.59",//微页面 "chainstore"=>"智铺子V3.2.1.59",//连锁店 ], //小程序模版id 'mini_commit_version.templateId' => [ "shop" =>"220",//单店 "divpage" =>"220",//微页面 "chainstore"=>"220",//连锁店 ], 'global.lewaimai_url' => 'https://api.lewaimai.com', 'global.lwm_appid' => 'dsadsa12354654dsad2wqewq22ee', 'global.lwm_secret' => '#sdfa2d!@#AAAAS#@!', //是否开启个推,1-开启,0-关闭 'getui.used' => '0', //windows收银机队列 'global.windowsMsgQueue' => 'prod-windows-pos-push', );