浏览代码

切换tap的paydb

wanggangzero 4 月之前
父节点
当前提交
250f9bfb8f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/App/configs/config_tap.php

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

@@ -30,7 +30,7 @@ class config_tap extends config {
     protected function _InitPaydb() {
         $this->paydb->host = '10.88.16.14';
         $this->paydb->port = '3306';
-        $this->paydb->name = 'jzhj2024_pay_dev';
+        $this->paydb->name = 'jzhj2024_pay_tap';
         $this->paydb->user = 'ylsjMTY0LjkyLjE5NC4x';
         $this->paydb->password = 'wanggang1985';
     }