Added configurable database url

This commit is contained in:
Lucio Maranta
2018-03-01 08:09:18 +01:00
parent 6264a73b5b
commit 04da2e5e6b
7 changed files with 14 additions and 4 deletions
@@ -12,5 +12,6 @@ namespace Step.Model.ConfigModels
public CultureInfo Language { get; set; }
public int ServerPort { get; set; }
public bool EnableDirectoryBrowsing { get; set; }
public string DatabaseAddress { get; set; }
}
}