From 3c60e8ec3e864c8bfebd10cc4569b5aeecb4c866 Mon Sep 17 00:00:00 2001
From: colly_wyx <wangyixiong_007@163.com>
Date: Fri, 18 May 2018 09:46:24 +0800
Subject: [PATCH] 修改bug
---
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