9 lines
184 B
C#
9 lines
184 B
C#
namespace SampleProject.Config
|
|
{
|
|
public static class Constants
|
|
{
|
|
public static string MQTT_DOMAIN = "localshot";
|
|
public static int MQTT_PORT = 1883;
|
|
}
|
|
}
|