This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Models.Settings
|
||||
{
|
||||
public sealed class FileStorageSettings
|
||||
{
|
||||
public string Path { get; set; } = "Files";
|
||||
public string DefaultFileName { get; set; } = "";
|
||||
public string ToEmail { get; set; } = "";
|
||||
public string SubjectPrefix { get; set; } = "[File Download]";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user