Fix last commit

This commit is contained in:
Nicola Carminati
2018-12-28 15:36:17 +01:00
parent 9994ba10c0
commit e130d2bfa5
6 changed files with 19 additions and 2 deletions
@@ -12,6 +12,7 @@ namespace Step.Model.ConfigModels
public CultureInfo Language { get; set; }
public int ServerPort { get; set; }
public string ServerAddress { get; set; }
public int NetworkCardId { get; set; }
public bool EnableDirectoryBrowsing { get; set; }
public string DatabaseAddress { get; set; }
public bool AutoOpenCmsClient { get; set; }