Added Server-Ip-Address configuration (used for filtering Network card).

This commit is contained in:
Nicola Carminati
2018-03-05 15:54:29 +01:00
parent 2282ea8321
commit 01017bbeb8
5 changed files with 36 additions and 7 deletions
@@ -11,6 +11,7 @@ namespace Step.Model.ConfigModels
{
public CultureInfo Language { get; set; }
public int ServerPort { get; set; }
public string ServerAddress { get; set; }
public bool EnableDirectoryBrowsing { get; set; }
public string DatabaseAddress { get; set; }
}