Jelajahi Sumber

切换tap的paydb

wanggangzero 4 bulan lalu
induk
melakukan
250f9bfb8f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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';
     }