'Ymd', // 订单 'order'=>[ 'closeTime'=> 2, // 关闭订单时间/分钟 ], 'pages'=>[ 'noticeNum'=> 120, 'slideNum'=> 6, ], // 地图参数设置 'map'=>[ 'distance'=> 20000, // 默认获取附近多少米数据 'key'=> 'wyiNbh4H7RGZzjDknf7qBUFG', // 接口密钥 ], // 缓存配置 'cache' => [ // 驱动方式 'type' => '\think\cache\driver\Redis', // 主机 'host' => '127.0.0.1', // 连接密码 'password' => '', // 数据库索引 'select' => 4, // 缓存保存目录 'path' => CACHE_PATH, // 缓存前缀 'prefix' => 'DR_', // 缓存有效期 0表示永久缓存 'expire' => 0, ], // REDIS 配置 'redis' => [ // 主机 'host' => '127.0.0.1', // 链接端口 'port' => '6379', // 连接密码 'password' => '', // 数据库索引 'select' => 2, // 超时 'timeout' => 60, // 有效期 // 'expire' => 0, ], ]; ?>