Skip to main content

Config

This class defines the configuration structure for storage. It specifies the storage type, a prefix for secret files, and a prefix for environment variables.

Attributes

AttributeTypeDescription
TypeTypeSets the type of storage to configure [local].
SecretFilePrefixstringPrefix where to look for secrets file.
EnvironmentPrefixstringPrefix for environment variables.