1 2 3 4 5 6
namespace CrupestApi.Commons.Secrets; public static class SecretsConstants { public const string SecretManagementKey = "crupest.secrets.management"; }