From 4b9bdbdab8d33a9197e12cac65477018e8bdc20e Mon Sep 17 00:00:00 2001 From: colly_wyx <wangyixiong_007@163.com> Date: Sat, 28 Apr 2018 17:08:52 +0800 Subject: [PATCH] 优化了平均值 --- Config/dbs.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Config/dbs.php b/Config/dbs.php index d4d7474..7fc2e22 100644 --- a/Config/dbs.php +++ b/Config/dbs.php @@ -19,7 +19,7 @@ 'charset' => 'UTF8', //������������������ ), 'mongo' => array( - 'server' => 'mongodb://121.40.92.176:27017', + 'server' => 'mongodb://47.96.19.115:27017', 'username' => 'yfs_user', 'password' => 'm2o0r1a6l_passw0rd', 'connect' => true, -- Gitblit v1.8.0