Tree vor 2 Monaten
Ursprung
Commit
25d5270e7a
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      app/Game/Config/GameBasicConfig.php

+ 3 - 3
app/Game/Config/GameBasicConfig.php

@@ -4,8 +4,8 @@ namespace App\Game\Config;
 
 class GameBasicConfig
 {
-    public static $DOLLAR="R$";
-    public static $HallServer="wss://hall.24680.org:10000";
+    public static $DOLLAR="$";
+    public static $HallServer="wss://hall.usgamewin.com:443";
 
-    public static $ApiServer="https://br.24b.pro";
+    public static $ApiServer="https://testapi.usgamewin.com";
 }