fork from 1.3
This commit is contained in:
11
FreeSR.Dispatch/Configuration/RegionConfiguration.cs
Normal file
11
FreeSR.Dispatch/Configuration/RegionConfiguration.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace FreeSR.Dispatch.Configuration
|
||||
{
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
internal class RegionConfiguration
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string EnvType { get; set; }
|
||||
public string DispatchUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user