Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace SharepointToolbox.Web.Core.Models;
|
||||
|
||||
public class AppConfiguration
|
||||
{
|
||||
public string DataFolder { get; set; } = "/data";
|
||||
public string ExportsFolder { get; set; } = "/data/exports";
|
||||
}
|
||||
Reference in New Issue
Block a user