diff --git a/src/StevanFreeborn.Extensions.Configuration.Secure/Storage/JsonStorageOptions.cs b/src/StevanFreeborn.Extensions.Configuration.Secure/Storage/JsonStorageOptions.cs index 4abac49..bc92fe3 100644 --- a/src/StevanFreeborn.Extensions.Configuration.Secure/Storage/JsonStorageOptions.cs +++ b/src/StevanFreeborn.Extensions.Configuration.Secure/Storage/JsonStorageOptions.cs @@ -8,7 +8,7 @@ public sealed class JsonStorageOptions /// /// Gets or sets the name of the JSON file used for storage. /// - public string FileName { get; set; } = string.Empty; + public string FileName { get; set; } = "secure_config.json"; /// /// Gets or sets the directory path where the JSON file is located. Defaults to the base directory of the application.