vali 6 年之前
父節點
當前提交
13603657b9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      vendor/GatewayWorker_windows/Applications/whisper/Events.php

+ 2 - 2
vendor/GatewayWorker_windows/Applications/whisper/Events.php

@@ -41,8 +41,8 @@ class Events
     public static function onWorkerStart($worker)
     {
         if (empty(self::$db)) {
-            self::$db = new \Workerman\MySQL\Connection('192.168.2.168', '3306', 'vali', '123456', 'customer_service');
-            //self::$db = new \Workerman\MySQL\Connection('192.168.2.200', '3306', 'vali', '1234', 'customer_service');
+            //self::$db = new \Workerman\MySQL\Connection('192.168.2.168', '3306', 'vali', '123456', 'customer_service');
+            self::$db = new \Workerman\MySQL\Connection('192.168.2.200', '3306', 'vali', '1234', 'customer_service');
         }