mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 00:28:10 -05:00
cleaned up configuration files to use appsettings
This commit is contained in:
9
SharedLibrary/Configuration/ServerConfiguration.cs
Normal file
9
SharedLibrary/Configuration/ServerConfiguration.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace SharedLibrary.Configuration
|
||||
{
|
||||
public class ServerConfiguration
|
||||
{
|
||||
public string IPAddress { get; set; }
|
||||
public short Port { get; set; }
|
||||
public string Password { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user