更新
master
yangxufeng 2 years ago
parent 601f29f232
commit 2c34cf75dc
  1. 4
      Config/Db.php
  2. 2
      Config/Mem.php
  3. 2
      Config/Site.php

@ -6,10 +6,10 @@ class Db {
*Db config *Db config
*/ */
public static $dbDefault = array( public static $dbDefault = array(
'host'=>'10.27.183.176 ', 'host'=>'',
'port'=>'3306', 'port'=>'3306',
'user'=>'root', 'user'=>'root',
'password'=>'a54647dad0', 'password'=>'a54647dad0',
'dbname'=>'meilibo', 'dbname'=>'',
); );
} }

@ -5,7 +5,7 @@ class Mem {
/* /*
* Mem host * Mem host
*/ */
public $mem_host = '10.27.183.176'; public $mem_host = '';
/* /*
* Mem port * Mem port

@ -6,5 +6,5 @@ class Site {
public static $host = 'http://api.xyzhibo.net/'; public static $host = 'http://api.xyzhibo.net/';
// Register address // Register address
public static $registerAddress = '10.27.184.251:1236'; public static $registerAddress = '';
} }

Loading…
Cancel
Save