WIP switch to ServicePoint2 library
This commit is contained in:
parent
eb999b0d1a
commit
e1cfd714c1
31 changed files with 66 additions and 791 deletions
8
tanks-backend/TanksServer/Models/DisplayConfiguration.cs
Normal file
8
tanks-backend/TanksServer/Models/DisplayConfiguration.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace TanksServer.Models;
|
||||
|
||||
public class DisplayConfiguration
|
||||
{
|
||||
public string Hostname { get; set; } = "172.23.42.29";
|
||||
|
||||
public int Port { get; set; } = 2342;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue