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

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