Skip to content

KeyPerFile Adapter

Oleg Karasik edited this page Jan 11, 2019 · 2 revisions

The adapter wraps the Microsoft.Extensions.Configuration.KeyPerFile configuration source.

Integration

The adapter can be referenced using the following values:

NAME VALUE
NAME KeyPerFile
TYPE_NAME CoherentSolutions.Extensions.Configuration.AnyWhere.KeyPerFile.AnyWhereKeyPerFileConfigurationSourceAdapter
ASSEMBLY_NAME CoherentSolutions.Extensions.Configuration.AnyWhere.KeyPerFile

Configuration

The underlying configuration source accepts the following arguments:

NAME TYPE CONSTRAINTS OPTIONAL
DIRECTORY_PATH string - false
OPTIONAL bool true, false true

Clone this wiki locally