Added configurable database url
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user