vali 6 years ago
parent
commit
13603657b9
1 changed files with 2 additions and 2 deletions
  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');
         }