69c8fcfe3c
- Restructured references to service projects instead of ASP.NET Core web projects - Terminal.Gui front end for easy track management from the shell
8 lines
204 B
C#
8 lines
204 B
C#
namespace DeepDrftCli.Models
|
|
{
|
|
public class CliSettings
|
|
{
|
|
public string ConnectionString { get; set; } = string.Empty;
|
|
public string VaultPath { get; set; } = string.Empty;
|
|
}
|
|
} |