bugfix,design
This commit is contained in:
@@ -4,9 +4,9 @@ namespace Simulator.Config
|
||||
{
|
||||
public static string API_DOMAIN = "http://localhost:8888";
|
||||
//public static string MQTT_DOMAIN = "220.90.135.42";
|
||||
public static string MQTT_DOMAIN = "simulator.flexing.ai";
|
||||
public static string MQTT_DOMAIN = "220.90.135.50";
|
||||
//public static int MQTT_PORT = 3044;
|
||||
public static int MQTT_PORT = 3049;
|
||||
public static int MQTT_PORT = 3009;
|
||||
public static string MQTT_DATA_KEY = "data";
|
||||
/// <summary>
|
||||
/// MQTT MessagePack 인코딩 사용 여부
|
||||
|
||||
Reference in New Issue
Block a user