'xxxxxx' * ) */ return array( //rds配置 'main.components.db.connectionString' => 'mysql:host=rm-bp1353x13u02kzess.mysql.rds.aliyuncs.com;dbname=platform', 'main.components.db.username' => 'zhipuzi', 'main.components.db.password' => 'ZhipuziGX029319', //slave 'main.components.slaveDb.connectionString' => 'mysql:host=rm-bp1353x13u02kzess.mysql.rds.aliyuncs.com;dbname=platform', 'main.components.slaveDb.username' => 'zhipuzi', 'main.components.slaveDb.password' => 'ZhipuziGX029319', //ADS 'main.components.ads.connectionString' => 'mysql:host=rm-bp1353x13u02kzess.mysql.rds.aliyuncs.com;dbname=platform', 'main.components.ads.username' => 'zhipuzi', 'main.components.ads.password' => 'ZhipuziGX029319', //用户中心db 'main.components.userDb.connectionString' => 'mysql:host=rm-bp1353x13u02kzess.mysql.rds.aliyuncs.com;dbname=platform', 'main.components.userDb.username' => 'zhipuzi', 'main.components.userDb.password' => 'ZhipuziGX029319', //登录页面 'main.components.user.loginUrl' => 'https://www.zhipuzi.com/login.html', //乐外卖 //redis配置 //redis服务器地址 // 'redis.host' => '115.29.174.119', // //redis端口 // 'redis.port' => '6379', // //redis密码 // 'redis.password' => 'JK23FU72g82gsa98Gs', //智铺子 //redis配置 //redis服务器地址 'redis.host' => 'r-bp146655f170fe44.redis.rds.aliyuncs.com', //redis端口 'redis.port' => '6379', //redis密码 'redis.password' => 'a8JDLBksS49DKSFDE', //全局配置 //当前系统环境, dev, test, prod 三种环境,分别对应开发,测试, 生产环境 'global.env' => 'prod', // api地址 'global.apiBaseUrl' => 'https://api.zhipuzi.com', //静态资源url 'global.assetsUrl' => 'https://pf-assets.zhipuzi.com', //admin系统url "global.adminUrl" => "https://admin.zhipuzi.com", //wap url 'global.wapBaseUrl' => 'https://wap.zhipuzi.com', //www url 'global.wwwBaseUrl' => 'https://www.zhipuzi.com', //微信开放平台配置 'global.wechatOpenPlatform.appid' => 'wx1ebd2d6dd84d4806', 'global.wechatOpenPlatform.secret' => '1696e0c3e97f6bcfa0176ac72bd7bc98', //公众号消息校验Token 'global.wechatOpenPlatform.token' => 'TPWTPbWvaDWYkoBMGgw3qEvC2XoKl46lQ6A6Np8wjqw', //公众号消息加解密Key 'global.wechatOpenPlatform.encodingaeskey' => 'vh3aZMH16AXxo3hcmKZAy8rTLpEwIVLvgi3oBbZTnp1', //餐饮系统内网h5域名 // 'global.business_h5_internal_host.repast' => 'http://172.16.58.242:28010', 'global.business_h5_internal_host.repast' => 'http://zhipuzi-cy-product-wap-assets-svc:28010', //零售系统内外h5域名 // 'global.business_h5_internal_host.retail' => 'http://172.16.58.242:28011', 'global.business_h5_internal_host.retail' => 'http://zhipuzi-ls-product-wap-assets-svc:28010', //餐饮系统内网api域名 // 'global.business_h5_internal_host.repastapi' => 'http://172.16.116.118:28020', 'global.business_h5_internal_host.repastapi' => 'http://zhipuzi-cy-product-api-svc', //零售系统内外api域名 // 'global.business_h5_internal_host.retailapi' => 'http://172.16.116.118:28021', 'global.business_h5_internal_host.retailapi' => 'http://zhipuzi-ls-product-api-svc', //智铺子公众号配置 'global.wechat.appid' => 'wx9213c38c57da2bf6', 'global.wechat.secret' => 'b86b7f9ea84da111359bc65ea9bbec37', //支付宝开放平台设置 'global.alipayOpenPlatform.appid' => '2018011501877956', //阿里云日志服务配置 'log.aliyunLogHub.endpoint' => 'cn-hangzhou-intranet.log.aliyuncs.com', //阿里云访问秘钥 AccessKeyId 'log.aliyunLogHub.accessKeyId' => 'LTAIpYffXvFnEUzp', //阿里云访问秘钥 AccessKeySecret 'log.aliyunLogHub.accessKey' => 'F3lqBxo6Uj9pJpLs7btMW5u30X5uKB', //日志库 'log.aliyunLogHub.logstore' => 'platformonline', //阿里云access key id 'opensearch.accessKeyId' => '2HUnzc9XJV92PjvW', //阿里云access secret 'opensearch.accessSecret' => '20mMc8wuzlfC0r323b6oJqxlBPEyjW', //阿里云opensearch api域名 'opensearch.endPoint' => 'http://opensearch-cn-hangzhou.aliyuncs.com', //监控配置 'statis.db.connectionString' => 'mysql:host=rm-bp1353x13u02kzess.mysql.rds.aliyuncs.com;dbname=platform', 'statis.db.username' => 'zhipuzi', 'statis.db.password' => 'ZhipuziGX029319', //worker php守护进程配置 //php命令路径 'worker.php' => '/usr/local/bin/php', //进程运行角色 'worker.uid' => 'www', //日志路由配置 // 'main.components.log.routes' => array( // //页面输出性能日志, 网页调试可以打开 // array( // 'class' => 'CProfileLogRoute', // ), // ), //阿里云access key id 'mns.accessKeyId' => 'LTAIpYffXvFnEUzp', //阿里云access secret 'mns.accessSecret' => 'F3lqBxo6Uj9pJpLs7btMW5u30X5uKB', //阿里云mns api域名 'mns.endPoint' => 'http://1733013318510961.mns.cn-hangzhou-internal.aliyuncs.com/', //餐饮营销域名 'global.business_host.cyYxBaseUrl' => 'http://{appid}.yxcy.zhipuzi.com', //零售营销域名 'global.business_host.lsYxBaseUrl' => 'http://{appid}.yxls.zhipuzi.com', 'global.business_host.cyapi' => 'https://cyapi.zhipuzi.com', 'global.business_host.lsapi' => 'https://lsapi.zhipuzi.com', //乐刷广告 'global.leshauadv.adv_click_url' => 'https://open-baseweb.leshuazf.com/api/adv/partner/report.do', //乐刷广告点击上报接口 'global.leshauadv.adv_query_url' => 'https://open-baseweb.leshuazf.com/api/adv/partner/list.do', //乐刷广告查询接口 'global.leshauadv.adv_key' => 'yeahka20190101mlnmhkgdlfsfwjlfs2', //乐刷广告请求key值 );