From 2c34cf75dcd73fca68f0da71e85bd24590051ad2 Mon Sep 17 00:00:00 2001 From: yangxufeng Date: Sat, 16 Apr 2022 16:14:44 +0800 Subject: [PATCH] =?UTF-8?q?yangxufeng=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Config/Db.php | 4 ++-- Config/Mem.php | 2 +- Config/Site.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Config/Db.php b/Config/Db.php index c1835a1..82ebf5d 100644 --- a/Config/Db.php +++ b/Config/Db.php @@ -6,10 +6,10 @@ class Db { *Db config */ public static $dbDefault = array( - 'host'=>'10.27.183.176 ', + 'host'=>'', 'port'=>'3306', 'user'=>'root', 'password'=>'a54647dad0', - 'dbname'=>'meilibo', + 'dbname'=>'', ); } diff --git a/Config/Mem.php b/Config/Mem.php index 6477941..3a10a0f 100644 --- a/Config/Mem.php +++ b/Config/Mem.php @@ -5,7 +5,7 @@ class Mem { /* * Mem host */ - public $mem_host = '10.27.183.176'; + public $mem_host = ''; /* * Mem port diff --git a/Config/Site.php b/Config/Site.php index 46bfe0a..429ee95 100644 --- a/Config/Site.php +++ b/Config/Site.php @@ -6,5 +6,5 @@ class Site { public static $host = 'http://api.xyzhibo.net/'; // Register address - public static $registerAddress = '10.27.184.251:1236'; + public static $registerAddress = ''; }