Files
deepdrft/DeepDrftContent/Models/FileDatabaseSettings.cs
T
daniel-c-harvey c4c4662c67 FileDatabase Improvements
- small bugfixes
 - Startup configuration to load an arbitrary file database for the API
2025-09-04 14:19:57 -04:00

7 lines
141 B
C#

namespace DeepDrftContent.Models
{
public class FileDatabaseSettings
{
public required string VaultPath { get; set; }
}
}