Use config to store settings
This commit is contained in:
11
Hcs.WebApp/Config/BrokerConfig.cs
Normal file
11
Hcs.WebApp/Config/BrokerConfig.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace Hcs.WebApp.Config
|
||||
{
|
||||
public class BrokerConfig
|
||||
{
|
||||
public string OrgPPAGUID { get; set; }
|
||||
|
||||
public string ExecutorGUID { get; set; }
|
||||
|
||||
public string CertificateSerialNumber { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user