fork from 1.3
This commit is contained in:
10
FreeSR.Admin/AdminServerConfiguration.cs
Normal file
10
FreeSR.Admin/AdminServerConfiguration.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace FreeSR.Admin
|
||||
{
|
||||
using FreeSR.Shared.Configuration;
|
||||
|
||||
internal class AdminServerConfiguration
|
||||
{
|
||||
public NetworkConfiguration Network { get; set; }
|
||||
public string DispatchUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user