c4c4662c67
- small bugfixes - Startup configuration to load an arbitrary file database for the API
7 lines
141 B
C#
7 lines
141 B
C#
namespace DeepDrftContent.Models
|
|
{
|
|
public class FileDatabaseSettings
|
|
{
|
|
public required string VaultPath { get; set; }
|
|
}
|
|
} |