docs: flush out sample console app
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace StevanFreeborn.Extensions.Configuration.Secure.Sample;
|
||||
|
||||
public sealed record DatabaseSettings
|
||||
{
|
||||
public string ConnectionString { get; init; } = string.Empty;
|
||||
public int Timeout { get; init; }
|
||||
public int RetryCount { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user