Ver código fonte

fix: dbconfig

王刚 1 ano atrás
pai
commit
dea1d939d7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Gameserver/Amfphp/configs/config_dev.php

+ 1 - 1
Gameserver/Amfphp/configs/config_dev.php

@@ -28,7 +28,7 @@ class config_dev extends config {
      * 初始化paydb
      */
     protected function _InitPaydb() {
-        $this->paydb->host = '10.88.0.14';
+        $this->paydb->host = '10.88.16.14';
         $this->paydb->port = '3306';
         $this->paydb->name = 'jzhj2023_pay_dev';
         $this->paydb->user = 'ylsjMTY0LjkyLjE5NC4x';