aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/CrupestApi.Secrets/SecretsConstants.cs
blob: ea659a9d02253a28a31c9e708dd7f764df9f4ec2 (plain)
1
2
3
4
5
6
namespace CrupestApi.Secrets;

public static class SecretsConstants
{
    public const string SecretManagementKey = "crupest.secrets.management";
}