wanggangzero пре 9 месеци
родитељ
комит
c6ad01cf38
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Gameserver/App/configs/config_tap.php

+ 2 - 2
Gameserver/App/configs/config_tap.php

@@ -42,14 +42,14 @@ class config_tap extends config {
         $this->nosql->host = "10.88.20.16";                                     # host/ip
         $this->nosql->port = 6379;                                              # 端口
         $this->nosql->pwd = 'wanggang1985';                                     # 密钥
-        $this->nosql->db = 9;                                                   # db索引
+        $this->nosql->db = 10;                                                  # db索引
     }
 
     /**
      * MongoDB
      */
     protected function _InitMongoDB() {
-        $this->mongo->db = 'jzhj2024_tap';
+        $this->mongo->db = 'jzhj2024_tap_t2';
         $this->mongo->conn = "mongodb://ylsjMTY0LjkyLjE5NC4x:wanggang1985@10.88.0.14:23333/?authSource=ylsj2019";
         $this->mongo->conn = "mongodb://mongouser:wanggang1985@10.88.24.17:27017,10.88.24.5:27017/test?replicaSet=cmgo-bw110ojx_0&authSource=admin";
     }