Files
ersatztv/ErsatzTV.Core/Settings.cs
T
Jason DoveandGitHub c0b5ecd388 custom binding and port number (#195)
* allow custom bindings

* reorganize

* cleanup
2021-05-20 20:09:14 -05:00

8 lines
127 B
C#

namespace ErsatzTV.Core
{
public static class Settings
{
public static int ListenPort { get; set; }
}
}