瀏覽代碼

Merge branch 'dev' into tap

wanggangzero 9 月之前
父節點
當前提交
f35b3e0ee1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/App/configs/config_tap.php

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

@@ -42,7 +42,7 @@ 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 = 10;                                                   # db索引
+        $this->nosql->db = 10;                                                  # db索引
     }
 
     /**