Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace WebDesktopBackend.Options {
|
||||
public class FileSystemOptions : OptionsFromConfiguration {
|
||||
public override string Position => "FileSystem";
|
||||
|
||||
public string RootDirectory { get; set; }
|
||||
public int MaxSizePerUserInMb { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user