초기커밋
This commit is contained in:
13
UGQApiServer/Appsettings.cs
Normal file
13
UGQApiServer/Appsettings.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace UGQApiServer;
|
||||
|
||||
public class Default
|
||||
{
|
||||
public const int DefaultPort = 11000;
|
||||
}
|
||||
|
||||
public class NamedPipeConf
|
||||
{
|
||||
public static string m_name { get; set; } = "NamedPipe";
|
||||
|
||||
[ConfigurationKeyName("enable")] public bool m_enable { get; set; } = false;
|
||||
}
|
||||
Reference in New Issue
Block a user